diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 4 |
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 | ||
7 | inherit gettext bluetooth | 7 | inherit gettext bluetooth |
8 | 8 | ||
9 | SRC_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 |
11 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" | 15 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" |