summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-03-21 18:40:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-25 10:29:15 +0000
commit01f68184ca5246550a5d819c022aa75270d31419 (patch)
tree2aa9ca629eff1960ac5e6d8aa9577a83ecc36580 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
parent171adb1e828ea81d5cbedf527e17366865e4b8e1 (diff)
downloadpoky-01f68184ca5246550a5d819c022aa75270d31419.tar.gz
gstreamer1.0: fix introspection support also for git recipes
This is generally done by moving necessary patches to common include files, and a few other fixes. (From OE-Core rev: 2b81ea383029a55168e1fb8016f64f04643d39a8) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index a8bff19b1c..9e2b94ede8 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -6,6 +6,10 @@ DEPENDS += "gstreamer1.0-plugins-base libpng jpeg"
6 6
7inherit gettext bluetooth 7inherit gettext bluetooth
8 8
9SRC_URI_append = " \
10 file://0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch \
11"
12
9# opengl packageconfig factored out to make it easy for distros 13# opengl packageconfig factored out to make it easy for distros
10# and BSP layers to pick either (desktop) opengl, gles2, or no GL 14# and BSP layers to pick either (desktop) opengl, gles2, or no GL
11PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" 15PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"