packaging: Bump up to 1.22.0 tizen_work_20230126 accepted/tizen/unified/20230227.152727
authorduna.oh <duna.oh@samsung.com>
Fri, 27 Jan 2023 05:37:22 +0000 (14:37 +0900)
committerduna.oh <duna.oh@samsung.com>
Fri, 24 Feb 2023 06:08:35 +0000 (15:08 +0900)
meson.build
packaging/libinput.spec

index 1ae595d..0876125 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 6d3783a..fda91b5 100644 (file)
@@ -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