]> code.ossystems Code Review - openembedded-core.git/commitdiff
kmscube: add opengl to REQUIRED_DISTRO_FEATURES
authorJackie Huang <jackie.huang@windriver.com>
Mon, 5 Jun 2017 07:05:57 +0000 (15:05 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Jun 2017 18:49:56 +0000 (19:49 +0100)
kmscube depends on virtual/libgles2, virtual/egl (provided
by mesa) and gstreamer1.0 which require opengl in DISTRO_FEATURES.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/kmscube/kmscube_git.bb

index 0ec5b2a7fa7bd511dc9c9342289b64b8bac66d70..9050671ab1638adcf867c11dab2090c29e15db56 100644 (file)
@@ -11,4 +11,6 @@ SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git
 
 S = "${WORKDIR}/git"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "opengl"