summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/tumbler
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2014-10-13 16:03:26 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-10-16 07:01:00 +0200
commit75ab038537fe88b3b21045eff37094a2404e32e0 (patch)
tree3245e302d614cc2f51e423d85635aaac25e17868 /meta-xfce/recipes-xfce/tumbler
parentea89614847f3949ef906465d2bcfd12f00d88859 (diff)
downloadmeta-openembedded-75ab038537fe88b3b21045eff37094a2404e32e0.tar.gz
tumbler: make build deterministic by adding PACKAGECONFIG for gstreamer-thumbnailer
* disabled by default * fixes: | tumbler-0.1.30: tumbler rdepends on gstreamer1.0, but it isn't a build dependency? [build-deps] | tumbler-0.1.30: tumbler rdepends on libgsttag-1.0, but it isn't a build dependency? [build-deps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/tumbler')
-rw-r--r--meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb
index 9f361e970..535954533 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb
@@ -17,6 +17,9 @@ do_install_append() {
17 ln -sf ${libdir}/tumbler-1/plugins/cache/tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so 17 ln -sf ${libdir}/tumbler-1/plugins/cache/tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so
18} 18}
19 19
20PACKAGECONFIG ??= ""
21PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base"
22
20FILES_${PN} += "${datadir}/dbus-1/services \ 23FILES_${PN} += "${datadir}/dbus-1/services \
21 ${libdir}/tumbler-1/tumblerd \ 24 ${libdir}/tumbler-1/tumblerd \
22 ${libdir}/tumbler-1/plugins/*.so \ 25 ${libdir}/tumbler-1/plugins/*.so \