diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-11 21:20:21 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-11 21:20:21 +0000 |
commit | a13b006067058a2edd1edcd45408ba8d60d03515 (patch) | |
tree | bef9aab214fd55ef1ead46a98fdb2132c6927333 /meta | |
parent | 449860be145d7769d52c36c5d243857e69ef4071 (diff) | |
download | poky-a13b006067058a2edd1edcd45408ba8d60d03515.tar.gz |
clutter.inc: Set COMPATIBLE_MACHINE and default to mesa/glx for unknown platforms allowing qemuarm/x86 to at least build for build testing purposes. It is *NOT* expected to run well
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5052 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/clutter/clutter.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/clutter/clutter.inc b/meta/packages/clutter/clutter.inc index 81d4bf47e8..e41a939748 100644 --- a/meta/packages/clutter/clutter.inc +++ b/meta/packages/clutter/clutter.inc | |||
@@ -2,11 +2,13 @@ DESCRIPTION = "Clutter graphics library" | |||
2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | 4 | ||
5 | COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap_3430ldp|omap34030sdp|mx31ads|qemuarm|qemux86)" | ||
6 | |||
5 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+" | 7 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+" |
6 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" | 8 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" |
7 | 9 | ||
8 | DEPENDS = "${STDDEPENDS}" | 10 | DEPENDS = "${STDDEPENDS} mesa" |
9 | EXTRA_OECONF = "${BASE_CONF}" | 11 | EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" |
10 | 12 | ||
11 | DEPENDS_zylonite = "${STDDEPENDS} libgles-zylonite tslib" | 13 | DEPENDS_zylonite = "${STDDEPENDS} libgles-zylonite tslib" |
12 | EXTRA_OECONF_zylonite = "${BASE_CONF} --with-flavour=eglnative" | 14 | EXTRA_OECONF_zylonite = "${BASE_CONF} --with-flavour=eglnative" |