summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston/xwayland.weston-start
blob: 22984f50a43db02c1a86f88a7b45351acbbc4f40 (plain)
1
2
3
4
5
6
#!/bin/sh

if type Xwayland  >/dev/null 2>/dev/null; then
	mkdir -p /tmp/.X11-unix
	add_weston_module "xwayland.so"
fi