8 lines
132 B
Bash
8 lines
132 B
Bash
#!/bin/sh
|
|
|
|
if type Xwayland >/dev/null 2>/dev/null; then
|
|
mkdir -p /tmp/.X11-unix
|
|
|
|
add_weston_argument "--modules=xwayland.so"
|
|
fi
|