]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-plugins-gl: add x11 to REQUIRED_DISTRO_FEATURES
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 11 May 2015 02:30:03 +0000 (19:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 May 2015 10:41:12 +0000 (11:41 +0100)
It can't be built withou x11 in DISTRO_FEATURES.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb

index 90efbcc02580e31cce9517f5f99ce5ca602d2227..635f5228f6af5124a9b509abc6417de3b70450a4 100644 (file)
@@ -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