diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-20 07:23:17 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-20 07:42:09 -0500 |
commit | 3880fb0a532d50d8efe1e080fc3e047d5d00bbfe (patch) | |
tree | 00e4d36e3a6ab1728e322a7f37f8658c4fb8af62 /xwayland/meson.build | |
parent | 4d6b3618b8f8a953bd811b4cbf0975e6c00d96b8 (diff) |
xwm: selection stubs
Diffstat (limited to 'xwayland/meson.build')
-rw-r--r-- | xwayland/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/meson.build b/xwayland/meson.build index e92e042c..de05cfaa 100644 --- a/xwayland/meson.build +++ b/xwayland/meson.build @@ -1,6 +1,7 @@ lib_wlr_xwayland = static_library( 'wlr_xwayland', files( + 'selection.c', 'sockets.c', 'xwayland.c', 'xwm.c', |