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/20230227.152727^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_work_20230126;p=platform%2Fupstream%2Flibinput.git packaging: Bump up to 1.22.0 --- diff --git a/meson.build b/meson.build index 1ae595d0..0876125b 100644 --- a/meson.build +++ b/meson.build @@ -721,6 +721,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, @@ -729,6 +730,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