packaging: Bump up to 1.22.0 tizen_work_20230127
authorduna.oh <duna.oh@samsung.com>
Fri, 27 Jan 2023 05:37:22 +0000 (14:37 +0900)
committerduna.oh <duna.oh@samsung.com>
Fri, 27 Jan 2023 05:46:50 +0000 (14:46 +0900)
meson.build
packaging/libinput.spec

index e1ed023cc0b4f3615286e5b6c38a6ba1201c5b89..9eb907ea55379061b398bfb06b534876014ddd25 100644 (file)
@@ -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
index 65e6062287a7af55a38392e83072746032dcfbb9..bc221eb8d2c7a809838b0d89fd099ccacfa86637 100644 (file)
@@ -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