From f562f6ae2c2eb810ff8fc9a45aee0f9c16b7731a Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Fri, 27 Mar 2020 12:48:45 +0900 Subject: rcar-gen3: weston: Drop deprecated option The option "simple-dmabuf-drm" is unrecognised in Weston 8.0.0. This commit drops the option to avoid the following build error: | ERROR: weston-8.0.0-r0 do_configure: QA Issue: weston: configure was passed unrecognised options: simple-dmabuf-drm [unknown-configure-option] | ERROR: weston-8.0.0-r0 do_configure: Fatal QA errors found, failing task. Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda Change-Id: If0f2ee6317c3e7206fb84976af8962611e89c037 --- meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend b/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend index 31e0495..4fab566 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend @@ -2,7 +2,6 @@ require include/gles-control.inc require include/multimedia-control.inc PACKAGECONFIG_remove_virtclass-multilib-lib32 = "launch" -PACKAGECONFIG_CONFARGS_append_rcar-gen3 = " -Dsimple-dmabuf-drm=auto" DEPENDS_append_rcar-gen3 = " \ ${@oe.utils.conditional('USE_GLES', '1', ' libgbm', '', d)}" -- cgit 1.2.3-korg