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 2acd5fb0eaac06113735bb22c4d1939e1e70b23a..25ff32e90c7ea8b9e9bd47a181e288cc54186d34 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 b0291afc19101b3034102c3827bed38395c7a82b..1550fbafe0ebb92527ab5e993009b445e920554c 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