tools/list: enclose the the various field names in quotes
[platform/upstream/libxkbcommon.git] / meson.build
index 343370f..590cf1d 100644 (file)
@@ -1,7 +1,7 @@
 project(
     'libxkbcommon',
     'c',
-    version: '1.3.0',
+    version: '1.3.1',
     default_options: [
         'c_std=c11',
         'warning_level=2',
@@ -437,6 +437,11 @@ if build_tools
                c_args: ['-DENABLE_PRIVATE_APIS'],
                include_directories: [include_directories('src', 'include')],
                install: false)
+    executable('compose',
+               'tools/compose.c',
+               dependencies: tools_dep,
+               include_directories: [include_directories('src', 'include')],
+               install: false)
     configh_data.set10('HAVE_XKBCLI_COMPILE_KEYMAP', true)
     executable('xkbcli-how-to-type',
                'tools/how-to-type.c',