diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gtk-1.0.inc')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gtk-1.0.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc b/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc index 45898b4d60..688eed2d91 100644 --- a/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc | |||
@@ -2,7 +2,11 @@ SUMMARY = "Library for embedding a Clutter canvas in a GTK+ application" | |||
2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
3 | LICENSE = "LGPLv2+" | 3 | LICENSE = "LGPLv2+" |
4 | 4 | ||
5 | inherit clutter | 5 | inherit clutter distro_features_check |
6 | # depends on clutter-1.0 which depends on cogl-1.0 | ||
7 | REQUIRED_DISTRO_FEATURES ?= "opengl" | ||
8 | # depends on gtk+3 | ||
9 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
6 | 10 | ||
7 | DEPENDS = "clutter-1.0 gtk+3" | 11 | DEPENDS = "clutter-1.0 gtk+3" |
8 | PACKAGES =+ "${PN}-examples" | 12 | PACKAGES =+ "${PN}-examples" |