summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb')
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb
index bb69bfe9f..f3eaf3094 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb
@@ -14,7 +14,9 @@ DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew"
14 14
15PR = "r4" 15PR = "r4"
16 16
17inherit gettext 17inherit gettext distro_features_check
18
19REQUIRED_DISTRO_FEATURES = "opengl"
18 20
19# This package doesn't have a configure switch for EGL or GL, so forcibly tell 21# This package doesn't have a configure switch for EGL or GL, so forcibly tell
20# configure that it can't find gl.h so it always uses EGL. If/when we have some 22# configure that it can't find gl.h so it always uses EGL. If/when we have some