lxqt-panel: fix link against Qt5:X11Extras / require x11 in DISTRO_FEATURE
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
From 8b0b57e8a8813e62aeb7fc67007c67507c5c306d Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Wed, 3 Jun 2015 22:40:17 +0200
|
||||
Subject: [PATCH] panel: link against Qt5::X11Extras
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
caused by out liblxqt modification
|
||||
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
panel/CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/panel/CMakeLists.txt b/panel/CMakeLists.txt
|
||||
index 1ef3a32..41294bc 100644
|
||||
--- a/panel/CMakeLists.txt
|
||||
+++ b/panel/CMakeLists.txt
|
||||
@@ -93,7 +93,7 @@ lxqt_app_translation_loader(QM_LOADER ${PROJECT_NAME})
|
||||
|
||||
|
||||
add_executable(${PROJECT} ${lxqt-panel_PUB_H_FILES} ${lxqt-panel_PRIV_H_FILES} ${lxqt-panel_CPP_FILES} ${MOC_SOURCES} ${lxqt-runner_QM_FILES} ${QRC_SOURCES} ${UI_HEADERS} ${QM_LOADER})
|
||||
-target_link_libraries(${PROJECT} ${LIBRARIES} ${QTX_LIBRARIES} KF5::WindowSystem)
|
||||
+target_link_libraries(${PROJECT} ${LIBRARIES} ${QTX_LIBRARIES} Qt5::X11Extras KF5::WindowSystem)
|
||||
|
||||
install(TARGETS ${PROJECT} RUNTIME DESTINATION bin)
|
||||
install(FILES ${CONFIG_FILES} DESTINATION ${LXQT_ETC_XDG_DIR}/lxqt)
|
||||
--
|
||||
1.9.3
|
||||
|
||||
@@ -2,7 +2,9 @@ SUMMARY = "The LXQt desktop panel"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6"
|
||||
|
||||
inherit lxqt
|
||||
inherit lxqt distro_features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
DEPENDS += " \
|
||||
liblxqt \
|
||||
@@ -12,6 +14,7 @@ DEPENDS += " \
|
||||
kguiaddons \
|
||||
"
|
||||
|
||||
SRC_URI += "file://0001-panel-link-against-Qt5-X11Extras.patch"
|
||||
SRCREV = "703a7aff3d5b7324fe6ef9f32527a24cda35b50f"
|
||||
PV = "0.9.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user