aboutsummaryrefslogtreecommitdiff
path: root/xwayland/meson.build
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-04-03 12:12:57 -0400
committeremersion <contact@emersion.fr>2018-04-03 12:56:54 -0400
commit591ea27cf9bab54d966f47b9856a53b523af735a (patch)
tree592f0fe3b642a805c06cdfd39d6624e163cfb371 /xwayland/meson.build
parent67dec2da2b914bb00334d4baa0be20df430657dc (diff)
xwayland: refactor selection code
Diffstat (limited to 'xwayland/meson.build')
-rw-r--r--xwayland/meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/xwayland/meson.build b/xwayland/meson.build
index 9d7f3f4a..ec486f58 100644
--- a/xwayland/meson.build
+++ b/xwayland/meson.build
@@ -1,7 +1,10 @@
lib_wlr_xwayland = static_library(
'wlr_xwayland',
files(
- 'selection.c',
+ 'selection/dnd.c',
+ 'selection/incoming.c',
+ 'selection/outgoing.c',
+ 'selection/selection.c',
'sockets.c',
'xwayland.c',
'xwm.c',