From 396edb5db9a9c31736baf429f8662ce39854fff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 6 Nov 2022 16:21:39 +0100 Subject: [PATCH] lxqt-globalkeys: Fix TMPDIR QA warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../lxqt-globalkeys/lxqt-globalkeys.bb | 1 + ...s.txt-Use-relative-path-to-include-m.patch | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 recipes-lxqt/lxqt-globalkeys/lxqt-globalkeys/0001-config-CMakeLists.txt-Use-relative-path-to-include-m.patch diff --git a/recipes-lxqt/lxqt-globalkeys/lxqt-globalkeys.bb b/recipes-lxqt/lxqt-globalkeys/lxqt-globalkeys.bb index 87701b9c..4b615a36 100644 --- a/recipes-lxqt/lxqt-globalkeys/lxqt-globalkeys.bb +++ b/recipes-lxqt/lxqt-globalkeys/lxqt-globalkeys.bb @@ -8,6 +8,7 @@ REQUIRED_DISTRO_FEATURES = "x11" DEPENDS += "liblxqt" +SRC_URI += "file://0001-config-CMakeLists.txt-Use-relative-path-to-include-m.patch" SRCREV = "218fc2068dbcf08387465f4409d11525c2f683bf" PV = "1.2.0" diff --git a/recipes-lxqt/lxqt-globalkeys/lxqt-globalkeys/0001-config-CMakeLists.txt-Use-relative-path-to-include-m.patch b/recipes-lxqt/lxqt-globalkeys/lxqt-globalkeys/0001-config-CMakeLists.txt-Use-relative-path-to-include-m.patch new file mode 100644 index 00000000..73437cad --- /dev/null +++ b/recipes-lxqt/lxqt-globalkeys/lxqt-globalkeys/0001-config-CMakeLists.txt-Use-relative-path-to-include-m.patch @@ -0,0 +1,32 @@ +From d40bc302b7d5f7c70fb9eaf25f79e735a71dd786 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Sun, 6 Nov 2022 16:17:47 +0100 +Subject: [PATCH] config/CMakeLists.txt: Use relative path to include + meta_types.h +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Upstream-Status: Pending + +Signed-off-by: Andreas Müller +--- + config/CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt +index 65d291b..f618645 100644 +--- a/config/CMakeLists.txt ++++ b/config/CMakeLists.txt +@@ -38,7 +38,7 @@ set(${PROJECT_NAME}_DBUS_INTERFACES + ) + set_source_files_properties(${${PROJECT_NAME}_PATH_TO_DAEMON}/org.lxqt.global_key_shortcuts.daemon.xml PROPERTIES + BASENAME org.lxqt.global_key_shortcuts.daemon +- INCLUDE ${${PROJECT_NAME}_PATH_TO_DAEMON}/meta_types.h ++ INCLUDE ../daemon/meta_types.h + ) + + set(${PROJECT_NAME}_HEADERS +-- +2.38.1 +