aboutsummaryrefslogtreecommitdiff
path: root/xwayland/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'xwayland/meson.build')
-rw-r--r--xwayland/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/xwayland/meson.build b/xwayland/meson.build
new file mode 100644
index 00000000..dbad27bb
--- /dev/null
+++ b/xwayland/meson.build
@@ -0,0 +1,7 @@
+lib_wlr_xwayland = static_library('wlr_xwayland', files(
+ 'sockets.c',
+ 'xwayland.c',
+ 'xwm.c',
+ ),
+ include_directories: wlr_inc,
+ dependencies: [wayland_server, xcb, xcb_composite, pixman])