From e14106703bd02e161bc5518c73be8a07659891cd Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Tue, 19 Jan 2016 19:58:58 +0900 Subject: Update build configurations for Mesa No longer Gallium EGL driver (gallium-egl) is needed. Change-Id: Ic3d9abc1c3c0a25a3d4ec9daa330646b8c86e291 Signed-off-by: Tadao Tanikawa --- .../recipes-graphics/wayland/weston_%.bbappend | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'meta-agl-bsp/recipes-graphics/wayland') diff --git a/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend b/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend index 53c58b53a..9aaea5f69 100644 --- a/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend @@ -1,16 +1,3 @@ -RRECOMMENDS_${PN}_append = " libegl-gallium llvm3.3 " -RRECOMMENDS_${PN}_remove_intel-corei7-64 = "libegl-gallium llvm3.3" -RDEPENDS_${PN}_append_intel-corei7-64 = " mesa-megadriver " - -EXTRA_OECONF_append_vexpressa9 = "\ - --enable-simple-egl-clients \ - WESTON_NATIVE_BACKEND=fbdev-backend.so \ - " -EXTRA_OECONF_append_qemux86 = "\ - --enable-simple-egl-clients \ - WESTON_NATIVE_BACKEND=fbdev-backend.so \ - " -EXTRA_OECONF_append_qemux86-64 = "\ - --enable-simple-egl-clients \ - WESTON_NATIVE_BACKEND=fbdev-backend.so \ - " +RDEPENDS_${PN}_append_qemux86 = " mesa-megadriver" +RDEPENDS_${PN}_append_qemux86-64 = " mesa-megadriver" +RDEPENDS_${PN}_append_intel-corei7-64 = " mesa-megadriver" -- cgit 1.2.3-korg