From: Duna Oh Date: Mon, 7 Feb 2022 16:31:41 +0000 (+0900) Subject: packagin: Bump up to 1.17.0 X-Git-Tag: accepted/tizen/unified/20250205.095548~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3da26ed8cd5d34947eb79f7d85c4e5c6cbbc8fdb;p=platform%2Fupstream%2Flibinput.git packagin: Bump up to 1.17.0 --- diff --git a/meson.build b/meson.build index 6b7bc7dd..48316418 100644 --- a/meson.build +++ b/meson.build @@ -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) 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