diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index d3c5326d45..3cb7ab1ae1 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |||
@@ -12,7 +12,7 @@ SRC_URI_append = " \ | |||
12 | 12 | ||
13 | # opengl packageconfig factored out to make it easy for distros | 13 | # opengl packageconfig factored out to make it easy for distros |
14 | # 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 |
15 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" | 15 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" |
16 | 16 | ||
17 | # gtk is not in the PACKAGECONFIG variable by default until | 17 | # gtk is not in the PACKAGECONFIG variable by default until |
18 | # the transition to gtk+3 is finished | 18 | # the transition to gtk+3 is finished |