diff --git a/recipes-lxqt/lxqt-session/files/0001-do-not-check-for-xdg-udser-dirs-at-build-time-it-is-.patch b/recipes-lxqt/lxqt-session/files/0001-do-not-check-for-xdg-udser-dirs-at-build-time-it-is-.patch index cdd106a5..e62669f5 100644 --- a/recipes-lxqt/lxqt-session/files/0001-do-not-check-for-xdg-udser-dirs-at-build-time-it-is-.patch +++ b/recipes-lxqt/lxqt-session/files/0001-do-not-check-for-xdg-udser-dirs-at-build-time-it-is-.patch @@ -1,33 +1,30 @@ -From 5621e3b7cf8c105914e4aa10126ffb5bad4c5640 Mon Sep 17 00:00:00 2001 +From 3e03b06f27c3e4471f6f2ea25e5cca61b59ff131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Sun, 27 Jan 2019 23:51:28 +0100 +Date: Fri, 7 May 2021 13:20:03 +0200 Subject: [PATCH] do not check for xdg-udser-dirs at build time - it is a + runtime dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -From: =?UTF-8?q?Andreas=20M=C3=BCller?= - runtime dependency - -Upstream-Status: Inappropriate [embedded specific] - Signed-off-by: Andreas Müller - --- - CMakeLists.txt | 3 --- - 1 file changed, 3 deletions(-) + CMakeLists.txt | 2 -- + 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index a27471f..7b2c8ac 100644 +index a219f31..848acf9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -32,9 +32,6 @@ find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED) - find_package(X11 REQUIRED) - message(STATUS "Building with Qt${Qt5Core_VERSION}") +@@ -36,8 +36,6 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux") + pkg_search_module(PROCPS REQUIRED libprocps) + endif() -# Please don't move, must be after lxqt -find_package(XdgUserDirs REQUIRED) -- - # Patch Version - set(LXQT_SESSION_PATCH_VERSION 0) + # Patch Version + set(LXQT_SESSION_PATCH_VERSION 1) +-- +2.30.2 + diff --git a/recipes-lxqt/lxqt-session/lxqt-session.bb b/recipes-lxqt/lxqt-session/lxqt-session.bb index 43e012a5..e80ace8d 100644 --- a/recipes-lxqt/lxqt-session/lxqt-session.bb +++ b/recipes-lxqt/lxqt-session/lxqt-session.bb @@ -6,11 +6,11 @@ inherit lxqt qt5-translation features_check REQUIRED_DISTRO_FEATURES = "x11" -DEPENDS += "liblxqt kwindowsystem" +DEPENDS += "procps liblxqt kwindowsystem" SRC_URI += "file://0001-do-not-check-for-xdg-udser-dirs-at-build-time-it-is-.patch" -SRCREV = "9c0a863df1dddf7ebddc882bdce88b66dcbe8f79" -PV = "0.16.0" +SRCREV = "b50536c6c92f41fefa1ac0e4fd5bf7fbbae2f4c2" +PV = "0.17.1" FILES_${PN} += " \ ${datadir}/lxqt/*.conf \