From 5cbaf85b785e604960b02ac43e6ba43124e6e475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 27 Jul 2015 00:13:53 +0200 Subject: [PATCH] lxqt-panel: cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add pkgconfig to inherit * add qttools-native to DEPENDS * remove kguiaddons from DEPENDS Signed-off-by: Andreas Müller --- recipes-lxqt/lxqt-panel/lxqt-panel_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-lxqt/lxqt-panel/lxqt-panel_git.bb b/recipes-lxqt/lxqt-panel/lxqt-panel_git.bb index 5204463a..6f276e34 100644 --- a/recipes-lxqt/lxqt-panel/lxqt-panel_git.bb +++ b/recipes-lxqt/lxqt-panel/lxqt-panel_git.bb @@ -2,17 +2,17 @@ SUMMARY = "The LXQt desktop panel" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" -inherit lxqt distro_features_check +inherit lxqt distro_features_check pkgconfig REQUIRED_DISTRO_FEATURES = "x11" DEPENDS += " \ + qttools-native \ liblxqt \ lxqt-globalkeys \ libdbusmenu-qt5 \ menu-cache \ kwindowsystem \ - kguiaddons \ " SRC_URI += "file://0001-panel-link-against-Qt5-X11Extras.patch"