test/data: update host.xkb to match keymap-dump style
[platform/upstream/libxkbcommon.git] / meson_options.txt
index 95c5a10..04982c6 100644 (file)
@@ -4,6 +4,11 @@ option(
     description: 'The XKB config root [default=xkeyboard-config install path]',
 )
 option(
+    'xkb-config-extra-path',
+    type: 'string',
+    description: 'Extra lookup path for system-wide XKB data [default=$sysconfdir/xkb]',
+)
+option(
     'x-locale-root',
     type: 'string',
     description: 'The X locale root [default=$datadir/X11/locale]',
@@ -62,9 +67,3 @@ option(
     value: true,
     description: 'Enable building libxkbregistry',
 )
-option(
-    'enable-manpages',
-    type: 'boolean',
-    value: true,
-    description: 'Enable building man pages',
-)