diff --git a/recipes-lxqt/compton-conf/compton-conf.bb b/recipes-lxqt/compton-conf/compton-conf.bb deleted file mode 100644 index 9b6f9350..00000000 --- a/recipes-lxqt/compton-conf/compton-conf.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "GUI configuration tool for compton X composite manager" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=435ed639f84d4585d93824e7da3d85da" - -inherit lxqt pkgconfig - -DEPENDS += "libconfig" - -SRCREV = "3a624037ee476bec3cce63990dd70f332f002242" -PV = "0.16.0" - -FILES_${PN} += "${datadir}/${BPN}/compton.conf.example" - -RDEPENDS_${PN} += "compton" diff --git a/recipes-lxqt/packagegroups/lxqt-world.bb b/recipes-lxqt/packagegroups/lxqt-world.bb index 8a739119..669adc13 100644 --- a/recipes-lxqt/packagegroups/lxqt-world.bb +++ b/recipes-lxqt/packagegroups/lxqt-world.bb @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda inherit packagegroup RDEPENDS_${PN} = " \ - ${@bb.utils.contains("DISTRO_FEATURES", "x11", "compton-conf", "",d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "libfm-qt", "",d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "liblxqt", "",d)} \ libqtxdg \