From 0b8b45be965a7390c9e4a9a0a73b1df58ba40c4a Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 18 Nov 2016 19:11:43 -0600 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- recipes-graphics/clutter/clutter-1.0_%.bbappend | 6 ------ 1 file changed, 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 @@ -# 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)}" -- 2.40.1