From f91443b7a0cdd83aeb4dea3b443182a8617489f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 16 Feb 2015 20:15:16 +0100 Subject: [PATCH] lxqt-panel: add menu-cache to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WARNING: QA Issue: lxqt-panel rdepends on menu-cache, but it isn't a build dependency? [build-deps] Signed-off-by: Andreas Müller --- recipes-lxqt/lxqt-panel/lxqt-panel_git.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes-lxqt/lxqt-panel/lxqt-panel_git.bb b/recipes-lxqt/lxqt-panel/lxqt-panel_git.bb index 227d6c9f..233401aa 100644 --- a/recipes-lxqt/lxqt-panel/lxqt-panel_git.bb +++ b/recipes-lxqt/lxqt-panel/lxqt-panel_git.bb @@ -4,7 +4,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" inherit lxqt -DEPENDS += "liblxqt lxqt-globalkeys kwindowsystem kguiaddons" +DEPENDS += " \ + liblxqt \ + lxqt-globalkeys \ + menu-cache \ + kwindowsystem \ + kguiaddons \ +" SRCREV = "43665172c0726b215c59440e9bd16628465143bc" PV = "0.9.0"