diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 5 |
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 | ||
11 | DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew" | 11 | DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew" |
12 | 12 | ||
13 | # The glew requires x11 in DISTRO_FEATURES | ||
14 | REQUIRED_DISTRO_FEATURES = "x11" | ||
15 | |||
13 | PR = "r4" | 16 | PR = "r4" |
14 | 17 | ||
15 | inherit gettext | 18 | inherit 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 |