diff --git a/meta/recipes-graphics/wayland/weston-init/weston-start b/meta/recipes-graphics/wayland/weston-init/weston-start index 3508ae2c33..9ef6773b0e 100755 --- a/meta/recipes-graphics/wayland/weston-init/weston-start +++ b/meta/recipes-graphics/wayland/weston-init/weston-start @@ -5,7 +5,7 @@ export PATH="/sbin:/usr/sbin:/bin:/usr/bin" usage() { cat < -- + $0 [] [-- ] EOF } @@ -22,11 +22,6 @@ add_openvt_argument() { openvt_args="$openvt_args $1" } -if test $# -lt 2; then - usage - exit 1 -fi - if [ -n "$WAYLAND_DISPLAY" ]; then echo "ERROR: A Wayland compositor is already running, nested Weston instance is not supported yet." exit 1