compton-conf: remove

It had been deprecatied with 0.16.0. LxQt people suggest picom as replacement

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-01-07 12:46:51 +01:00
parent 0ed57e3202
commit e37af687f9
2 changed files with 0 additions and 15 deletions

View File

@@ -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"

View File

@@ -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 \