[oe-commits] [openembedded-core] 16/20: kmscube: add opengl to REQUIRED_DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Tue Jun 6 18:53:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ae78eac950e209da430ca0d258656f616a2ef9d2
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Mon Jun 5 15:05:57 2017 +0800

    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 <jackie.huang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/kmscube/kmscube_git.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb
index 0ec5b2a..9050671 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list