packagin: Bump up to 1.17.0
authorDuna Oh <duna.oh@samsung.com>
Mon, 7 Feb 2022 16:31:41 +0000 (01:31 +0900)
committerduna.oh <duna.oh@samsung.com>
Fri, 27 Jan 2023 05:46:42 +0000 (14:46 +0900)
meson.build
packaging/libinput.spec

index d8ce2a5b2339eabd08c4ab09907de5ea175c4da6..e1ed023cc0b4f3615286e5b6c38a6ba1201c5b89 100644 (file)
@@ -978,6 +978,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)
@@ -1026,6 +1028,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