summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/clutter
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2016-11-18 19:11:43 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2016-11-23 08:09:34 -0200
commit0b8b45be965a7390c9e4a9a0a73b1df58ba40c4a (patch)
treee0a44065ce6e05c53dbf28a2280da270cab8c60c /recipes-graphics/clutter
parent3e5cd5df2196c089fc6e4d1a869ade30bb5b21ff (diff)
downloadmeta-freescale-0b8b45be965a7390c9e4a9a0a73b1df58ba40c4a.tar.gz
clutter-1.0: Use compiler settings provided by IMX-GPU driver pkg-config
The IMX-GPU driver now provides compiler settings through pkg-config, so don't set them explicitly. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/clutter')
-rw-r--r--recipes-graphics/clutter/clutter-1.0_%.bbappend6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-graphics/clutter/clutter-1.0_%.bbappend b/recipes-graphics/clutter/clutter-1.0_%.bbappend
index 85cbd509..053f68cb 100644
--- a/recipes-graphics/clutter/clutter-1.0_%.bbappend
+++ b/recipes-graphics/clutter/clutter-1.0_%.bbappend
@@ -1,9 +1,3 @@
1# Provide the need flags and backend settings to work with Vivante GPU
2CFLAGS_append_mx6 = " -DLINUX \
3 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
4 bb.utils.contains('DISTRO_FEATURES', 'wayland', \
5 '-DEGL_API_WL -DEGL_API_FB', '', d), d)}"
6
7PACKAGECONFIG_mx6 ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ 1PACKAGECONFIG_mx6 ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \
8 bb.utils.contains('DISTRO_FEATURES', 'wayland', \ 2 bb.utils.contains('DISTRO_FEATURES', 'wayland', \
9 'wayland egl', '', d), d)}" 3 'wayland egl', '', d), d)}"