diff --git a/recipes-lxqt/compton-conf/compton-conf_git.bb b/recipes-lxqt/compton-conf/compton-conf_git.bb index 6a4ff578..8f4710e8 100644 --- a/recipes-lxqt/compton-conf/compton-conf_git.bb +++ b/recipes-lxqt/compton-conf/compton-conf_git.bb @@ -1,16 +1,14 @@ SUMMARY = "GUI configuration tool for compton X composite manager" LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" +LIC_FILES_CHKSUM = "file://COPYING;md5=435ed639f84d4585d93824e7da3d85da" inherit lxqt pkgconfig DEPENDS += "libconfig" -SRCREV = "8ae8fbb95e2958adeaac681077a2751a1a776a07" +SRCREV = "6fe880a827f4a003707c9f44b0be4ac5dcfd57a8" PV = "0.1.0+git${SRCPV}" FILES_${PN} += "${datadir}/${BPN}/compton.conf.example" -EXTRA_OECMAKE += "-DUSE_QT5=ON" - RDEPENDS_${PN} += "compton"