[oe-commits] [meta-openembedded] 39/89: freeglut: add opengl to REQUIRED_DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 11:09:06 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 344ab8fe44c8390e5a3d4c5a96d9d11ef74e89d1
Author: mingli.yu at windriver.com <mingli.yu at windriver.com>
AuthorDate: Mon Jul 11 17:15:26 2016 +0800

    freeglut: add opengl to REQUIRED_DISTRO_FEATURES
    
    * Add opengl to REQUIRED_DISTRO_FEATURES as it depends on
      virtual/libgl
    
    Signed-off-by: Mingli Yu <mingli.yu at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb b/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb
index 389d3fb..d54fafc 100644
--- a/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb
+++ b/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb
@@ -9,8 +9,8 @@ SRC_URI[sha256sum] = "2a43be8515b01ea82bcfa17d29ae0d40bd128342f0930cd1f375f1ff99
 
 inherit cmake distro_features_check
 
-# depends on virtual/libx11
-REQUIRED_DISTRO_FEATURES = "x11"
+# depends on virtual/libx11, virtual/libgl
+REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
 PROVIDES += "mesa-glut"
 

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


More information about the Openembedded-commits mailing list