From 608285e1b7019bc1c754f9f15c90a87a33ced5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 12 Aug 2016 00:36:47 +0200 Subject: [PATCH] lxqt-common: add xinit 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/lxqt-common/lxqt-common_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-lxqt/lxqt-common/lxqt-common_git.bb b/recipes-lxqt/lxqt-common/lxqt-common_git.bb index 4be9cdab..00d99161 100644 --- a/recipes-lxqt/lxqt-common/lxqt-common_git.bb +++ b/recipes-lxqt/lxqt-common/lxqt-common_git.bb @@ -20,4 +20,5 @@ FILES_${PN} += " \ ${datadir}/lxqt \ " +RDEPENDS_${PN} += "xinit" RRECOMMENDS_${PN} += "oxygen qtsvg-plugins"