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>
Tue, 4 Feb 2025 10:03:45 +0000 (19:03 +0900)
meson.build
packaging/libinput.spec

index a803f46c047f9bcf2d3d6dc6a9abf76a14027a2b..39566482d89a75121bfa7b18c78664f79c2b84bb 100644 (file)
@@ -759,6 +759,7 @@ if add_languages('cpp', native: false, required: false)
                   install : false)
 endif
 
+if get_option('tools-enable')
 libinput_test_sources = [ 'tools/libinput-test.c' ]
 executable('libinput-test',
           libinput_test_sources,
@@ -767,6 +768,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