mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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
This commit is contained in:
@@ -2,11 +2,13 @@ DESCRIPTION = "Clutter graphics library"
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap_3430ldp|omap34030sdp|mx31ads|qemuarm|qemux86)"
|
||||
|
||||
STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+"
|
||||
BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
|
||||
|
||||
DEPENDS = "${STDDEPENDS}"
|
||||
EXTRA_OECONF = "${BASE_CONF}"
|
||||
DEPENDS = "${STDDEPENDS} mesa"
|
||||
EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx"
|
||||
|
||||
DEPENDS_zylonite = "${STDDEPENDS} libgles-zylonite tslib"
|
||||
EXTRA_OECONF_zylonite = "${BASE_CONF} --with-flavour=eglnative"
|
||||
|
||||
Reference in New Issue
Block a user