diff options
Diffstat (limited to 'meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend')
-rw-r--r-- | meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend | 19 |
1 files changed, 3 insertions, 16 deletions
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" |