diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-10 19:30:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:41:12 +0100 |
commit | 6a71e9063b2f509bb35e63c3b9951df16f555c88 (patch) | |
tree | 4252947512b9afa1167be5021360b0cf46ab20f8 /meta/recipes-multimedia | |
parent | 908f6f2ded18d5301f428e685bface60335bd791 (diff) | |
download | openembedded-core-6a71e9063b2f509bb35e63c3b9951df16f555c88.tar.gz openembedded-core-6a71e9063b2f509bb35e63c3b9951df16f555c88.tar.bz2 openembedded-core-6a71e9063b2f509bb35e63c3b9951df16f555c88.zip |
gst-plugins-gl: add x11 to REQUIRED_DISTRO_FEATURES
It can't be built withou x11 in DISTRO_FEATURES.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-multimedia')
-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" DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew" +# The glew requires x11 in DISTRO_FEATURES +REQUIRED_DISTRO_FEATURES = "x11" + PR = "r4" -inherit gettext +inherit gettext distro_features_check # This package doesn't have a configure switch for EGL or GL, so forcibly tell # configure that it can't find gl.h so it always uses EGL. If/when we have some |