aboutsummaryrefslogtreecommitdiff
path: root/xwayland/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-05 15:09:48 -0400
committerGitHub <noreply@github.com>2018-04-05 15:09:48 -0400
commit89138e5fb83794ba189bc54bcf759d93ae9b1a47 (patch)
treedec44173de7b133fbac0230ac2530af4c4ff0bc7 /xwayland/meson.build
parent19b576734e75d65ed6e28b13131f20f6444cba48 (diff)
parent6710de9878a07a185d28f9cec71e3f1b3d3407ab (diff)
Merge pull request #760 from emersion/xwayland-dnd
xwayland: add drag'n'drop support
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',