diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-07 12:34:58 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-12 22:36:02 -0300 |
| commit | 6c1c85a61113b185d75e120538a2093bcca2d4c7 (patch) | |
| tree | c7bee196338b87560c30403aba69614769619693 | |
| parent | 553a77e53edfd624972bbcce1b94a9e8f7f8f983 (diff) | |
| download | meta-freescale-6c1c85a61113b185d75e120538a2093bcca2d4c7.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-- | meta-fsl-arm/recipes-graphics/clutter/clutter-1.0_%.bbappend (renamed from meta-fsl-arm/recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-fsl-arm/recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend b/meta-fsl-arm/recipes-graphics/clutter/clutter-1.0_%.bbappend index a4e6f46d0..b4eb92de5 100644 --- a/meta-fsl-arm/recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend +++ b/meta-fsl-arm/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 |
| 2 | CFLAGS_append_mx6 = " -DLINUX \ | 2 | CFLAGS_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 | ||
| 7 | PACKAGECONFIG_mx6 ??= "${base_contains('DISTRO_FEATURES', 'x11', 'glx x11', \ | 7 | PACKAGECONFIG_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)}" |
