diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-09-03 18:36:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-12-12 14:25:33 -0500 |
commit | a20c8af678d6ffc05d0da088d34290b3f1ecb7ab (patch) | |
tree | 77dd6f37fab90e1f94eed648f6d30abf2f5e6052 /gdk/meson.build | |
parent | 88da95d921f902ee3599ac39b26553a7c4eeb2fa (diff) | |
download | gtk+-a20c8af678d6ffc05d0da088d34290b3f1ecb7ab.tar.gz |
clipboard: file transfer portal support
Implement file-list <-> application/vnd.flatpak.file-list
serialization by talking to the file transfer portal.
See https://github.com/flatpak/xdg-desktop-portal/pull/222
Diffstat (limited to 'gdk/meson.build')
-rw-r--r-- | gdk/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/meson.build b/gdk/meson.build index 6089e50ea5..ed41b126ea 100644 --- a/gdk/meson.build +++ b/gdk/meson.build @@ -19,6 +19,7 @@ gdk_public_sources = files([ 'gdkdrawcontext.c', 'gdkdrop.c', 'gdkevents.c', + 'filetransferportal.c', 'gdkframeclock.c', 'gdkframeclockidle.c', 'gdkframetimings.c', |