From: jeon Date: Mon, 4 Jan 2021 10:52:02 +0000 (+0900) Subject: packaging: Bump up to 1.0.3 X-Git-Tag: accepted/tizen/unified/20230227.042015~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8d8e5ad5df1d15f5d308003dde03d2ab7d0e339;p=platform%2Fupstream%2Flibxkbcommon.git packaging: Bump up to 1.0.3 --- diff --git a/meson.build b/meson.build index c2755e4..2c7fda6 100644 --- a/meson.build +++ b/meson.build @@ -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', 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