From: duna.oh Date: Fri, 27 Jan 2023 05:37:22 +0000 (+0900) Subject: packaging: Bump up to 1.22.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_work_20230127;p=platform%2Fupstream%2Flibinput.git packaging: Bump up to 1.22.0 --- diff --git a/meson.build b/meson.build index e1ed023c..9eb907ea 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 65e60622..bc221eb8 100644 --- a/packaging/libinput.spec +++ b/packaging/libinput.spec @@ -1,7 +1,7 @@ %define udev_dir %{_prefix}/lib/udev Name: libinput -Version: 1.17.0 +Version: 1.22.0 Release: 0 License: MIT Summary: Input devices for display servers and other applications