summaryrefslogtreecommitdiff
path: root/recipes-graphics/wayland/weston-init/weston.sh
blob: 89b04ec18c23e50e9adcffa759e0049da5045745 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Set WAYLAND_DISPLAY manually.
# It will cause app failures if this variable is not set for ssh login.
if test -z "$WAYLAND_DISPLAY"; then
	export WAYLAND_DISPLAY="/run/wayland-0"
fi