packaging: Bump up to 1.22.0
authorduna.oh <duna.oh@samsung.com>
Fri, 27 Jan 2023 05:37:22 +0000 (14:37 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 4 Dec 2023 10:31:00 +0000 (19:31 +0900)
meson.build
packaging/libinput.spec

index fa18d08e511df7a9d4f4bc75f951140cbd81a99c..b7fde24468a1927bbc3ac7081362a3bfebd5fa61 100644 (file)
@@ -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
index 6d3783a57680e74aa66bb71fa7a974bcf35a1191..fda91b56993754ad9660f0218888689d7dd38f55 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