aboutsummaryrefslogtreecommitdiff
path: root/xwayland/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-24 07:06:18 -0500
committerGitHub <noreply@github.com>2017-08-24 07:06:18 -0500
commitf10da8291b3f0d51b55262bd623511c8b8349a9e (patch)
treefebfff4ace5017dee7d6796eb1d1ac9f53604f1d /xwayland/meson.build
parenta138657598efafbd3cfd7c77cb32ba294d0b841c (diff)
parentb29c7d01b19fc8c6bda70af016bc536cc72fe4f9 (diff)
Merge pull request #119 from martinetd/xwayland
Xwayland
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])