summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPavel Hrdina <phrdina@redhat.com>2020-07-28 17:23:33 +0200
committerPavel Hrdina <phrdina@redhat.com>2020-08-03 09:27:09 +0200
commitcf566866bad0e7acb059e644b7b3a2f55dafcd6d (patch)
tree777c9f45f0fc89cb59cec922d2dee08aee0c59c5 /meson_options.txt
parent942d377d25ab2be8be36a172789c2d2127b5236a (diff)
downloadlibvirt-cf566866bad0e7acb059e644b7b3a2f55dafcd6d.tar.gz
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d27a4755b1..a1bb6505b8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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')