summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston/xwayland.weston-start
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/wayland/weston/xwayland.weston-start')
-rw-r--r--recipes-graphics/wayland/weston/xwayland.weston-start7
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-graphics/wayland/weston/xwayland.weston-start b/recipes-graphics/wayland/weston/xwayland.weston-start
deleted file mode 100644
index b483c97cf..000000000
--- a/recipes-graphics/wayland/weston/xwayland.weston-start
+++ /dev/null
@@ -1,7 +0,0 @@
1#!/bin/sh
2
3if type Xwayland >/dev/null 2>/dev/null; then
4 mkdir -p /tmp/.X11-unix
5
6 add_weston_argument "--modules=xwayland.so"
7fi