From fef0f99d4557b9bf0562213019fb04894987721c Mon Sep 17 00:00:00 2001 From: jeon Date: Mon, 4 Jan 2021 19:52:02 +0900 Subject: [PATCH 1/1] packaging: Bump up to 1.0.3 --- meson.build | 3 ++- 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 -- 2.7.4