packaging: Bump up to 1.0.3
authorjeon <jhyuni.kang@samsung.com>
Mon, 4 Jan 2021 10:52:02 +0000 (19:52 +0900)
committerduna.oh <duna.oh@samsung.com>
Mon, 20 Feb 2023 11:38:30 +0000 (20:38 +0900)
meson.build
packaging/libxkbcommon.spec

index c2755e4..2c7fda6 100644 (file)
@@ -404,7 +404,8 @@ endif
 man_pages = []
 
 # Tools
-build_tools = get_option('enable-tools') and cc.has_header_symbol('getopt.h', 'getopt_long', prefix: '#define _GNU_SOURCE')
+#build_tools = get_option('enable-tools') and cc.has_header_symbol('getopt.h', 'getopt_long', prefix: '#define _GNU_SOURCE')
+build_tools = false
 if build_tools
     libxkbcommon_tools_internal = static_library(
         'tools-internal',
index b0291af..1550fba 100644 (file)
@@ -1,5 +1,5 @@
 Name:           libxkbcommon
-Version:        0.10.0
+Version:        1.0.3
 Release:        0
 License:        MIT
 Summary:        Wayland libxkbcommon library
@@ -54,6 +54,7 @@ meson setup \
     -Denable-x11=false \
     -Denable-docs=false \
     -Denable-wayland=false \
+       -Denable-xkbregistry=false \
        --prefix /usr \
        --libdir %{_libdir} \
        builddir