citadel/meta-gnome/recipes-graphics/wayland/weston/xwayland.weston-start

8 lines
132 B
Plaintext
Raw Normal View History

2018-11-11 11:34:58 -05:00
#!/bin/sh
if type Xwayland >/dev/null 2>/dev/null; then
mkdir -p /tmp/.X11-unix
add_weston_argument "--modules=xwayland.so"
fi