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"