hw/xfree/meson.build tests the int10 option against 'disabled', not 'false'
to see if it shouldn't be built at all.

Not noticed before as options weren't validated against choices until meson
0.43

Signed-off-by: Jon Turney <[email protected]>
---
 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index d1341ede2..d6554d053 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -41,7 +41,7 @@ option('vendor_name_short', type: 'string', value: 'X.Org')
 option('vendor_web', type: 'string', value: 'http://wiki.x.org')
 option('os_vendor', type: 'string', value: '')
 
-option('int10', type: 'combo', choices: ['stub', 'x86emu', 'vm86', 'auto', 
'false'],
+option('int10', type: 'combo', choices: ['stub', 'x86emu', 'vm86', 'auto', 
'disabled'],
        value: 'auto',
        description: 'Xorg int10 backend (default: usually x86emu)')
 
-- 
2.15.1

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to