]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: drop incomplete conversion error and option
authorPavel Hrdina <phrdina@redhat.com>
Tue, 28 Jul 2020 15:23:33 +0000 (17:23 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 3 Aug 2020 07:27:09 +0000 (09:27 +0200)
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>
meson.build
meson_options.txt

index 22515f1dafe839c9d324fe66ff9c1d975567b2be..48b937d6bbaff45adb711aac756cc1d582bea66a 100644 (file)
@@ -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
index d27a4755b12d0e9c5127622709c524991f7b4e75..a1bb6505b8c31da12049adf8371ace7960328c50 100644 (file)
@@ -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')