summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
index 90efbcc025..635f5228f6 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
@@ -10,9 +10,12 @@ SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch"
10 10
11DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew" 11DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew"
12 12
13# The glew requires x11 in DISTRO_FEATURES
14REQUIRED_DISTRO_FEATURES = "x11"
15
13PR = "r4" 16PR = "r4"
14 17
15inherit gettext 18inherit gettext distro_features_check
16 19
17# This package doesn't have a configure switch for EGL or GL, so forcibly tell 20# This package doesn't have a configure switch for EGL or GL, so forcibly tell
18# configure that it can't find gl.h so it always uses EGL. If/when we have some 21# configure that it can't find gl.h so it always uses EGL. If/when we have some