diff options
Diffstat (limited to 'xwayland/meson.build')
-rw-r--r-- | xwayland/meson.build | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/xwayland/meson.build b/xwayland/meson.build index dbad27bb..9797a1a1 100644 --- a/xwayland/meson.build +++ b/xwayland/meson.build @@ -1,7 +1,10 @@ -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]) +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], +) |