aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc b/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc
index 55b8c15..ad4a0b2 100644
--- a/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc
+++ b/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc
@@ -1,6 +1,6 @@
# FIXME: can not override PACKAGECONFIG.
-PACKAGECONFIG[gles] = "--enable-gles1 --disable-gles2"
-PACKAGECONFIG[egl] = "--enable-egl --with-egl-platforms=wayland"
+PACKAGECONFIG[gles] = "-Dgles1=true -Dgles2=false"
+PACKAGECONFIG[egl] = "-Degl=true"
# Disable the gbm modules of mesa
PACKAGECONFIG_remove = "gbm"