summaryrefslogtreecommitdiff
path: root/gdk/wayland/meson.build
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-12-02 21:54:36 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-03 05:46:49 +0100
commit00192266a1d97e1c1e16152236aa9f1e8c33c5d9 (patch)
tree3a449f413d8a4ef36a033533d72a358f0a00289e /gdk/wayland/meson.build
parent437d70f56919916e884a81d3bff0170322ab2906 (diff)
downloadgtk+-00192266a1d97e1c1e16152236aa9f1e8c33c5d9.tar.gz
wayland: Add skeleton for a GdkClipboardWayland
Creates the source file and a custom subclass and makes sure it's used by GDK.
Diffstat (limited to 'gdk/wayland/meson.build')
-rw-r--r--gdk/wayland/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/wayland/meson.build b/gdk/wayland/meson.build
index 434d290e76..c395631f37 100644
--- a/gdk/wayland/meson.build
+++ b/gdk/wayland/meson.build
@@ -1,5 +1,6 @@
gdk_wayland_sources = files([
'gdkapplaunchcontext-wayland.c',
+ 'gdkclipboard-wayland.c',
'gdkcursor-wayland.c',
'gdkdevice-wayland.c',
'gdkdisplay-wayland.c',