summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland
diff options
context:
space:
mode:
authorNeena Busireddy <neena.busireddy@freescale.com>2014-10-28 12:01:23 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-10-31 09:13:00 -0200
commit7d17b74e7dc2b2f9d9455abb8b2b2f320ad19141 (patch)
treeca0590985911ee789920a978e7dc46a8e17dcd42 /recipes-graphics/wayland
parent7e78982d331a06d99cd9aba52078bdaa6453d475 (diff)
downloadmeta-fsl-arm-7d17b74e7dc2b2f9d9455abb8b2b2f320ad19141.tar.gz
weston: Do not override PACKAGECONFIG
PACKAGECONFIG should not be overridden. If not, it will become very complex to enable other features defined in the main recipe. This patch also removes the duplicate PACKAGECONFIG settings defined in the bbappend after this change. For sololite, remove egl from PACKAGECONFIG as egl is enabled by default for DISTRO_FEATURES wayland. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index d6d1945..22c6f2e 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -7,9 +7,9 @@ SRC_URI_append_mx6 = " file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch
7 file://0005-Enable-GAL2D-compositor-in-SoloLite.patch \ 7 file://0005-Enable-GAL2D-compositor-in-SoloLite.patch \
8 file://0006-Change-GAL2D-compositor-to-be-default-i.patch \ 8 file://0006-Change-GAL2D-compositor-to-be-default-i.patch \
9 " 9 "
10PACKAGECONFIG_mx6 = "fbdev" 10PACKAGECONFIG_append_mx6q = " cairo-glesv2"
11PACKAGECONFIG_append_mx6q = " egl cairo-glesv2" 11PACKAGECONFIG_append_mx6dl = " cairo-glesv2"
12PACKAGECONFIG_append_mx6dl = " egl cairo-glesv2" 12PACKAGECONFIG_remove_mx6sl = "egl"
13 13
14EXTRA_OECONF_append_mx6 = " \ 14EXTRA_OECONF_append_mx6 = " \
15 --disable-libunwind \ 15 --disable-libunwind \