diff options
author | jeon <jhyuni.kang@samsung.com> | 2021-01-04 19:52:02 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2023-12-22 08:43:48 +0900 |
commit | fef0f99d4557b9bf0562213019fb04894987721c (patch) | |
tree | 27d18ffb39d79c94b7de120dd070cb8f3a5ff9fb | |
parent | 17f4405a946285abed8cd8faae90fc2db6a535c9 (diff) | |
download | libxkbcommon-fef0f99d4557b9bf0562213019fb04894987721c.tar.gz libxkbcommon-fef0f99d4557b9bf0562213019fb04894987721c.tar.bz2 libxkbcommon-fef0f99d4557b9bf0562213019fb04894987721c.zip |
packaging: Bump up to 1.0.3
-rw-r--r-- | meson.build | 3 | ||||
-rw-r--r-- | packaging/libxkbcommon.spec | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 2acd5fb..25ff32e 100644 --- a/meson.build +++ b/meson.build @@ -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 = [ diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec index b0291af..1550fba 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -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 |