packagin: Bump up to 1.17.0
authorDuna Oh <duna.oh@samsung.com>
Mon, 7 Feb 2022 16:31:41 +0000 (01:31 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 4 Feb 2025 10:03:45 +0000 (19:03 +0900)
meson.build
packaging/libinput.spec

index 6b7bc7dd18ed94071535fb85275e680836bd9f99..483164184edeea902f444eb9e9bab50e80ef9c0b 100644 (file)
@@ -1053,6 +1053,8 @@ endif
 
 
 ############ man pages ############
+if get_option('tools-enable')
+
 man_config = configuration_data()
 man_config.set('LIBINPUT_VERSION', meson.project_version())
 man_config.set('LIBINPUT_DATA_DIR', dir_data)
@@ -1109,6 +1111,7 @@ configure_file(input : 'tools/libinput-quirks.man',
               install_dir : dir_man1,
               )
 
+endif
 ############ output files ############
 configure_file(output : 'config.h', configuration : config_h)
 
index 3fe6848e6f84682e65f0cc21eb1a5c2e195f5a39..65e6062287a7af55a38392e83072746032dcfbb9 100644 (file)
@@ -1,7 +1,7 @@
 %define udev_dir %{_prefix}/lib/udev
 
 Name:           libinput
-Version:        1.16.1
+Version:        1.17.0
 Release:        0
 License:        MIT
 Summary:        Input devices for display servers and other applications