From c41dfb226968c1b2b690e0496d6ec7d02e7fcb77 Mon Sep 17 00:00:00 2001 From: Duna Oh Date: Tue, 8 Feb 2022 01:31:41 +0900 Subject: [PATCH] packagin: Bump up to 1.17.0 --- meson.build | 3 +++ packaging/libinput.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b86fefcf..a0370c59 100644 --- a/meson.build +++ b/meson.build @@ -1002,6 +1002,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) @@ -1057,6 +1059,7 @@ configure_file(input : 'tools/libinput-quirks.man', install_dir : dir_man1, ) +endif ############ output files ############ configure_file(output : 'config.h', configuration : config_h) diff --git a/packaging/libinput.spec b/packaging/libinput.spec index 3fe6848e..65e60622 100644 --- a/packaging/libinput.spec +++ b/packaging/libinput.spec @@ -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 -- 2.34.1