packaging: Bump up to 1.0.3
authorjeon <jhyuni.kang@samsung.com>
Mon, 4 Jan 2021 10:52:02 +0000 (19:52 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 21 Dec 2023 23:43:48 +0000 (08:43 +0900)
meson.build
packaging/libxkbcommon.spec

index 2acd5fb..25ff32e 100644 (file)
@@ -416,7 +416,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
     # Common resources
     libxkbcommon_tools_internal_sources = [
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