Add libxkbregistry to query available RMLVO
[platform/upstream/libxkbcommon.git] / meson_options.txt
index 0e166b1..5eaa081 100644 (file)
@@ -56,3 +56,9 @@ option(
     value: true,
     description: 'Enable support for Wayland utility programs',
 )
+option(
+    'enable-xkbregistry',
+    type: 'boolean',
+    value: true,
+    description: 'Enable building libxkbregistry',
+)