weston: Set XDG_RUNTIME_DIR for Raspberry Pi
[AGL/meta-agl.git] / meta-agl-bsp / meta-raspberrypi / recipes-graphics / wayland / weston / weston.sh
1 #!/bin/sh
2
3 if test -z "$XDG_RUNTIME_DIR"; then
4     export XDG_RUNTIME_DIR=/var/run/user/root
5     mkdir --parents $XDG_RUNTIME_DIR
6     chmod 0700 $XDG_RUNTIME_DIR
7 fi