summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend6
-rw-r--r--meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend19
2 files changed, 5 insertions, 20 deletions
diff --git a/meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend b/meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend
index 5280a262a..3b723dc77 100644
--- a/meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend
+++ b/meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend
@@ -1,6 +1,4 @@
-# provide "libegl-gallium" if it does not exist (poky > 1.7)
-RPROVIDES_${PN}_append = "libegl-gallium"
-
-PACKAGECONFIG_append = " gallium gallium-egl gallium-llvm"
+PACKAGECONFIG_append_qemux86 = " gallium gallium-llvm"
+PACKAGECONFIG_append_qemux86-64 = " gallium gallium-llvm"
DRIDRIVERS_append_intel-corei7-64 = ",i965"
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"