mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03:00
meson: add driver_remote option only into meson_options.txt
We cannot add the full option with the code in meson.build because it depends on xdr option which will be introduced later but we have to have the option present because it is used by libssh, libssh2 and sasl options so we need to break the circular dependency. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
parent
636bb28c8b
commit
066de4a8d3
@ -7,3 +7,7 @@ option('runstatedir', type: 'string', value: '', description: 'State directory f
|
||||
option('expensive_tests', type: 'feature', value: 'auto', description: 'set the default for enabling expensive tests (long timeouts), use VIR_TEST_EXPENSIVE to override')
|
||||
option('test_coverage', type: 'boolean', value: false, description: 'turn on code coverage instrumentation')
|
||||
option('git_werror', type: 'feature', value: 'auto', description: 'use -Werror if building from GIT')
|
||||
|
||||
|
||||
# build driver options
|
||||
option('driver_remote', type: 'feature', value: 'enabled', description: 'remote driver')
|
||||
|
Loading…
Reference in New Issue
Block a user