From 394f78201d0054e0eaf00aade263a905642123f2 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 16 Apr 2020 09:45:06 +0200 Subject: [Community] Remove deprecated option for weston. - option "simple-dmabuf-drm=auto" is now deprecated in weston 8. Since: (git:https://gitlab.freedesktop.org/wayland/weston.git commit: 0a4f6e7d6d63585d287e4f4e2edbc39228d6eed1) Bug-AGL: SPEC-3328 Signed-off-by: Ronan Le Martret Change-Id: I13efbbe9ec5f7eec22df232100ecb561febd58d7 --- 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 f3a11c6..e0e507a 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