From 10fe54af6d28594726a8fd25e746409d3a99bac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 27 Aug 2015 00:04:30 +0200 Subject: [PATCH] compton-conf: add compton to RDEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/compton-conf/compton-conf_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-lxqt/compton-conf/compton-conf_git.bb b/recipes-lxqt/compton-conf/compton-conf_git.bb index 59aa4f1f..6a4ff578 100644 --- a/recipes-lxqt/compton-conf/compton-conf_git.bb +++ b/recipes-lxqt/compton-conf/compton-conf_git.bb @@ -12,3 +12,5 @@ PV = "0.1.0+git${SRCPV}" FILES_${PN} += "${datadir}/${BPN}/compton.conf.example" EXTRA_OECMAKE += "-DUSE_QT5=ON" + +RDEPENDS_${PN} += "compton"