diff options
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston/weston.ini | 2 | ||||
-rwxr-xr-x | meta-rcar-gen3/recipes-graphics/wayland/weston/weston.sh | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.ini b/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.ini deleted file mode 100644 index f31c290..0000000 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.ini +++ /dev/null @@ -1,2 +0,0 @@ -[core] -repaint-window=34 diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.sh b/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.sh deleted file mode 100755 index 33ed8a4..0000000 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -if test -z "$XDG_RUNTIME_DIR"; then - export XDG_RUNTIME_DIR=/run/user/$UID -fi |