diff options
Diffstat (limited to 'meta/recipes-graphics/cogl/cogl-1.0.inc')
-rw-r--r-- | meta/recipes-graphics/cogl/cogl-1.0.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 3da31c85fd..88d84ea5fe 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta/recipes-graphics/cogl/cogl-1.0.inc | |||
@@ -2,7 +2,9 @@ SUMMARY = "Modern 3D graphics API with associated utility APIs" | |||
2 | HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl" | 2 | HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | 4 | ||
5 | inherit clutter | 5 | inherit clutter distro_features_check |
6 | # cogl-1.0 needs opengl to build | ||
7 | REQUIRED_DISTRO_FEATURES ?= "opengl" | ||
6 | 8 | ||
7 | DEPENDS = "glib-2.0 gdk-pixbuf" | 9 | DEPENDS = "glib-2.0 gdk-pixbuf" |
8 | PACKAGES =+ "${PN}-examples \ | 10 | PACKAGES =+ "${PN}-examples \ |