From 2c806ef4d98db57093b6e0b7cb3fd54a371071ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 27 Jul 2015 19:38:22 +0200 Subject: [PATCH] compton-conf: fix packaging after locale packaging changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/compton-conf/compton-conf_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-lxqt/compton-conf/compton-conf_git.bb b/recipes-lxqt/compton-conf/compton-conf_git.bb index f129380a..59aa4f1f 100644 --- a/recipes-lxqt/compton-conf/compton-conf_git.bb +++ b/recipes-lxqt/compton-conf/compton-conf_git.bb @@ -9,4 +9,6 @@ DEPENDS += "libconfig" SRCREV = "8ae8fbb95e2958adeaac681077a2751a1a776a07" PV = "0.1.0+git${SRCPV}" +FILES_${PN} += "${datadir}/${BPN}/compton.conf.example" + EXTRA_OECMAKE += "-DUSE_QT5=ON"