mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
meson: drop incomplete conversion error and option
Now that the rewrite is complete it is safe to drop this option and the corresponding error message. 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
942d377d25
commit
cf566866ba
@ -12,11 +12,6 @@ project(
|
||||
)
|
||||
|
||||
|
||||
if not get_option('force_incomplete_build')
|
||||
error('This commit is part of the meson conversion and does not build a complete libvirt. If bisecting, use "git bisect skip" to continue, or "-Dforce_incomplete_build=true" to perform a partial build.')
|
||||
endif
|
||||
|
||||
|
||||
# figure out if we are building from git
|
||||
|
||||
git = run_command('test', '-d', '.git').returncode() == 0
|
||||
|
@ -1,4 +1,3 @@
|
||||
option('force_incomplete_build', type: 'boolean', value: false, description: 'Meson setup fails by default until the rewrite to meson is done, set this to "true" to force the build.')
|
||||
option('no_git', type: 'boolean', value: false, description: 'Disable git submodule update')
|
||||
option('packager', type: 'string', value: '', description: 'Extra packager name')
|
||||
option('packager_version', type: 'string', value: '', description: 'Extra packager version')
|
||||
|
Loading…
Reference in New Issue
Block a user