From: duna.oh Date: Fri, 27 Jan 2023 05:37:22 +0000 (+0900) Subject: packaging: Bump up to 1.22.0 X-Git-Tag: accepted/tizen/unified/20240105.013022~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=989de6bb4ab50f564d6c54e16f6d81e75b99c71e;p=platform%2Fupstream%2Flibinput.git packaging: Bump up to 1.22.0 --- diff --git a/meson.build b/meson.build index fa18d08e..b7fde244 100644 --- a/meson.build +++ b/meson.build @@ -743,6 +743,7 @@ if add_languages('cpp', required: false) install : false) endif +if get_option('tools-enable') libinput_test_sources = [ 'tools/libinput-test.c' ] executable('libinput-test', libinput_test_sources, @@ -751,6 +752,7 @@ executable('libinput-test', install_dir : libinput_tool_path, install : true, ) +endif # This is the test suite runner, we allow disabling that one because of # dependencies diff --git a/packaging/libinput.spec b/packaging/libinput.spec index 6d3783a5..fda91b56 100644 --- a/packaging/libinput.spec +++ b/packaging/libinput.spec @@ -2,7 +2,7 @@ %define LIBINPUT_TOOLS_ENABLE false Name: libinput -Version: 1.17.0 +Version: 1.22.0 Release: 0 License: MIT Summary: Input devices for display servers and other applications