]> code.ossystems Code Review - meta-freescale.git/commitdiff
clutter-1.0: Use compiler settings provided by IMX-GPU driver pkg-config
authorTom Hochstein <tom.hochstein@nxp.com>
Sat, 19 Nov 2016 01:11:43 +0000 (19:11 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 23 Nov 2016 10:09:34 +0000 (08:09 -0200)
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>
recipes-graphics/clutter/clutter-1.0_%.bbappend

index 85cbd50984232a9fc5f387d92c3b5976c105ace3..053f68cb5ebabfb1649f8bce66e16a41ae7e793b 100644 (file)
@@ -1,9 +1,3 @@
-# Provide the need flags and backend settings to work with Vivante GPU
-CFLAGS_append_mx6 = " -DLINUX \
-                      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
-                                       bb.utils.contains('DISTRO_FEATURES', 'wayland', \
-                                                     '-DEGL_API_WL -DEGL_API_FB', '', d), d)}"
-
 PACKAGECONFIG_mx6 ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \
                                         bb.utils.contains('DISTRO_FEATURES', 'wayland', \
                                                       'wayland egl', '', d), d)}"