summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-03-07 12:34:58 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-12 22:36:02 -0300
commita1363f627208c95be6db8568371db0de746c3c02 (patch)
tree8bccdced53d5f8dcb428ca361fc5dad1c6224962
parent730108d2317999c9b7bca6f1c2b73c0c625468c1 (diff)
downloadmeta-fsl-arm-a1363f627208c95be6db8568371db0de746c3c02.tar.gz
clutter-1.0: Rename bbappend to generic version
This allow for version independant matching so we don't need to bump it every time OE-Core updates. This also removes the -DUSE_API_FB for X11 case as X11 cannot use it and fix the base_contains syntax in PACKAGECONFIG setting. Change-Id: I7b757906354e7c815e62fff6fd059a82f1ecff78 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/clutter/clutter-1.0_%.bbappend (renamed from recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend b/recipes-graphics/clutter/clutter-1.0_%.bbappend
index a4e6f46..b4eb92d 100644
--- a/recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend
+++ b/recipes-graphics/clutter/clutter-1.0_%.bbappend
@@ -1,9 +1,9 @@
1# Provide the need flags and backend settings to work with Vivante GPU 1# Provide the need flags and backend settings to work with Vivante GPU
2CFLAGS_append_mx6 = " -DLINUX \ 2CFLAGS_append_mx6 = " -DLINUX \
3 ${@base_contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \ 3 ${@base_contains('DISTRO_FEATURES', 'x11', '', \
4 base_contains('DISTRO_FEATURES', 'wayland', \ 4 base_contains('DISTRO_FEATURES', 'wayland', \
5 '-DEGL_API_WL', '', d), d)}" 5 '-DEGL_API_WL', '', d), d)}"
6 6
7PACKAGECONFIG_mx6 ??= "${base_contains('DISTRO_FEATURES', 'x11', 'glx x11', \ 7PACKAGECONFIG_mx6 ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'glx x11', \
8 base_contains('DISTRO_FEATURES', 'wayland', \ 8 base_contains('DISTRO_FEATURES', 'wayland', \
9 'wayland egl', '', d), d)}" 9 'wayland egl', '', d), d)}"