[oe-commits] [meta-openembedded] 06/07: ftgl: add x11 to required DISTRO_FEATURES like freeglut

git at git.openembedded.org git at git.openembedded.org
Fri Apr 12 19:39:56 UTC 2019


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

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

commit 278a1c49593f8289e0aff4ea4146290b3599dadd
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Fri Apr 12 11:20:50 2019 +0000

    ftgl: add x11 to required DISTRO_FEATURES like freeglut
    
    freeglut was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)
    ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
    Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ftgl', 'freeglut']
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb b/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb
index c5eaf42..343c983 100644
--- a/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb
+++ b/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=527a83e92c7bf363025380eec05df6e4"
 
 inherit autotools pkgconfig distro_features_check
 
-REQUIRED_DISTRO_FEATURES = "opengl"
+REQUIRED_DISTRO_FEATURES = "opengl x11"
 
 DEPENDS += " \
     freetype \

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


More information about the Openembedded-commits mailing list