summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston-init/weston-start
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init/weston-start')
-rwxr-xr-xmeta/recipes-graphics/wayland/weston-init/weston-start5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston-start b/meta/recipes-graphics/wayland/weston-init/weston-start
index b791fd5a9b..dc2b1efc78 100755
--- a/meta/recipes-graphics/wayland/weston-init/weston-start
+++ b/meta/recipes-graphics/wayland/weston-init/weston-start
@@ -14,6 +14,11 @@ if test $# -lt 2; then
14 exit 1 14 exit 1
15fi 15fi
16 16
17if [ -n "$WAYLAND_DISPLAY" ]; then
18 echo "ERROR: A Wayland compositor is already running, nested Weston instance is not supported yet."
19 exit 1
20fi
21
17openvt_args="" 22openvt_args=""
18while [ -n "$1" ]; do 23while [ -n "$1" ]; do
19 openvt_args="$openvt_args $1" 24 openvt_args="$openvt_args $1"