Remove the exception for tizen common in .spec file
[platform/upstream/libxkbcommon.git] / meson_options.txt
index 69850b8..eb1314b 100644 (file)
@@ -14,6 +14,11 @@ option(
     description: 'The X locale root [default=$datadir/X11/locale]',
 )
 option(
+    'bash-completion-path',
+    type: 'string',
+    description: 'Directory for bash completion scripts'
+)
+option(
     'default-rules',
     type: 'string',
     value: 'evdev',
@@ -62,6 +67,12 @@ option(
     description: 'Enable building the documentation',
 )
 option(
+    'enable-cool-uris',
+    type: 'boolean',
+    value: false,
+    description: 'Enable creating redirections to maintain stable documentation pages',
+)
+option(
     'enable-wayland',
     type: 'boolean',
     value: true,
@@ -73,3 +84,16 @@ option(
     value: true,
     description: 'Enable building libxkbregistry',
 )
+option(
+    'enable-bash-completion',
+    type: 'boolean',
+    value: true,
+    description: 'Enable installing bash completion scripts',
+)
+option(
+    'tizen-profile',
+    type: 'string',
+    value: 'common',
+    description: 'Enable support for Wayland utility programs',
+)
+