aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-26 16:22:16 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-10 12:58:12 +0200
commit3b12ea1586e1a61f6cdfd88f4e9563406dd5b24c (patch)
tree61de74cedab7a5fd26a3e922d74e41b86e8e946b
parent73459a2a4931a0ba2da9596aadfbb57194dcca79 (diff)
downloadmeta-openembedded-contrib-3b12ea1586e1a61f6cdfd88f4e9563406dd5b24c.tar.gz
tumbler: Add PACKAGECONFIG for gstreamer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
index 3860716ab6..a4fe8170c2 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
@@ -16,6 +16,9 @@ do_install_append() {
ln -sf ${libdir}/tumbler-1/plugins/cache/tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so
}
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[gstreamer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0"
+
FILES_${PN} += "${datadir}/dbus-1/services \
${libdir}/tumbler-1/tumblerd \
${libdir}/tumbler-1/plugins/*.so \