From 26931e33d4aba1bb90e3abce5fdb043b7d989ab7 Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Fri, 20 Sep 2019 11:12:28 +0700 Subject: rcar-gen3: weston: Remove weston-conf recipe Since upstream removes weston-conf recipe and move its content to weston-init instead, this also does the same for Renesas specific configurations. This commit also disables intel config of simple-dmabuf-drm option when running meson config of Weston 7.0 to avoid build error. Signed-off-by: Duy Dang Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda Change-Id: Ifba1b3f99cbf1e9cfff5557bf52a9424ad3e2bf7 --- meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.sh (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.sh') diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.sh b/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.sh new file mode 100755 index 0000000..33ed8a4 --- /dev/null +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +if test -z "$XDG_RUNTIME_DIR"; then + export XDG_RUNTIME_DIR=/run/user/$UID +fi -- cgit 1.2.3-korg