From 989de6bb4ab50f564d6c54e16f6d81e75b99c71e Mon Sep 17 00:00:00 2001 From: "duna.oh" Date: Fri, 27 Jan 2023 14:37:22 +0900 Subject: [PATCH] packaging: Bump up to 1.22.0 --- meson.build | 2 ++ packaging/libinput.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index fa18d08e..b7fde244 100644 --- a/meson.build +++ b/meson.build @@ -743,6 +743,7 @@ if add_languages('cpp', required: false) install : false) endif +if get_option('tools-enable') libinput_test_sources = [ 'tools/libinput-test.c' ] executable('libinput-test', libinput_test_sources, @@ -751,6 +752,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 diff --git a/packaging/libinput.spec b/packaging/libinput.spec index 6d3783a5..fda91b56 100644 --- a/packaging/libinput.spec +++ b/packaging/libinput.spec @@ -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 -- 2.34.1