diff options
author | Duy Dang <duy.dang.yw@renesas.com> | 2019-09-20 11:12:28 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-12-24 15:24:24 +0700 |
commit | 26931e33d4aba1bb90e3abce5fdb043b7d989ab7 (patch) | |
tree | 4d592a41da8e810825b597a56c1ef07ae6e4cfea /meta-rcar-gen3/recipes-graphics/wayland/weston-init | |
parent | 54ba967ecfb16553bb555a373212a93690a52ae5 (diff) |
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 <duy.dang.yw@renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Ifba1b3f99cbf1e9cfff5557bf52a9424ad3e2bf7
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston-init')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.ini | 2 | ||||
-rwxr-xr-x | meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.sh | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.ini b/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.ini new file mode 100644 index 0000000..f31c290 --- /dev/null +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.ini @@ -0,0 +1,2 @@ +[core] +repaint-window=34 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 |