From 968e92ffdf65402dac9e54d37970f81177fc3191 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Thu, 11 Jul 2019 17:16:39 +0700 Subject: rcar-gen3: mesa: Update recipe to use meson build system This updates recipe to use meson build system. It uses the default setting for platform: -Dplatforms='wayland,x11,surfaceless' Due to the Virgl requirement issue when setting -Dplatforms='wayland' | Host machine cpu family: aarch64 | Host machine cpu: aarch64 | Target machine cpu family: aarch64 | Target machine cpu: aarch64 | Build machine cpu family: x86_64 | Build machine cpu: x86_64 | | meson.build:335:4: ERROR: Problem encountered: Virgl requires drm or surfaceless platform when using EGL Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda Change-Id: I49f8a9eac6a16afe9918732d8236ae80341d33f8 --- meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc | 4 ++-- 1 file 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" -- cgit 1.2.3-korg