From: Jackie Huang Date: Mon, 5 Jun 2017 07:05:57 +0000 (+0800) Subject: kmscube: add opengl to REQUIRED_DISTRO_FEATURES X-Git-Tag: uninative-1.7~617 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ae78eac950e209da430ca0d258656f616a2ef9d2;p=openembedded-core.git kmscube: add opengl to REQUIRED_DISTRO_FEATURES kmscube depends on virtual/libgles2, virtual/egl (provided by mesa) and gstreamer1.0 which require opengl in DISTRO_FEATURES. Signed-off-by: Jackie Huang Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index 0ec5b2a7fa..9050671ab1 100644 --- a/meta/recipes-graphics/kmscube/kmscube_git.bb +++ b/meta/recipes-graphics/kmscube/kmscube_git.bb @@ -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"