From 0a4d7a38b27f0f2b807f2dd1a115fa3358027b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 23 Jul 2015 21:54:42 +0200 Subject: [PATCH] obconf-qt: openbox is a build dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/obconf-qt/obconf-qt_git.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-lxqt/obconf-qt/obconf-qt_git.bb b/recipes-lxqt/obconf-qt/obconf-qt_git.bb index c6b168e7..c7816c62 100644 --- a/recipes-lxqt/obconf-qt/obconf-qt_git.bb +++ b/recipes-lxqt/obconf-qt/obconf-qt_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" inherit lxqt pkgconfig -DEPENDS += "qtx11extras" +DEPENDS += "qtx11extras openbox" SRC_URI += " \ file://0001-src-CMakeLists.txt-do-not-completely-overwrite-CMAKE.patch \ @@ -14,5 +14,3 @@ SRCREV = "1ce85f193385adba843d9257639442578db4170e" PV = "0.9.0+git${SRCPV}" FILES_${PN} += "${datadir}/icons" - -RDEPENDS_${PN} += "openbox-core"