From 16ebea4e1c8aab1561c01d85c3944c9e18bb767c Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Tue, 21 Oct 2014 06:12:20 -0600 Subject: cairo: Fix PACKAGECONFIG settings Remove a forced setting of PACKAGECONFIG_mx6 - this caused some flags which were set by the main recipe to be lost, e.g. "x11". The flags which are being set by these lines are correctly set in the main recipe, so this change fixes the errant behaviour with no other side effects. Signed-off-by: Gary Thomas Signed-off-by: Otavio Salvador --- recipes-graphics/cairo/cairo_%.bbappend | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index 9eb3253..2b72535 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend @@ -6,8 +6,5 @@ CFLAGS_append_mx6 = " -DLINUX \ '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}" -PACKAGECONFIG_mx6 = " \ - ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" - PACKAGECONFIG_append_mx6q = " egl glesv2" PACKAGECONFIG_append_mx6dl = " egl glesv2" -- cgit v1.2.3-54-g00ecf