aboutsummaryrefslogtreecommitdiff
path: root/ui/meson.build
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-05-19 07:39:33 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-05-21 09:42:44 +0200
commit660e8d0f0be4e87da937ce797973874bb282d498 (patch)
treea05534919b34e871236c328154f8f1c5516e9f20 /ui/meson.build
parent58d3f3ff8da8d1f0ea917c661f306c42d0a69e7b (diff)
downloadqemu-660e8d0f0be4e87da937ce797973874bb282d498.zip
qemu-660e8d0f0be4e87da937ce797973874bb282d498.tar.gz
qemu-660e8d0f0be4e87da937ce797973874bb282d498.tar.bz2
ui: add clipboard infrastructure
Add some infrastructure to manage the clipboard in qemu. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20210519053940.1888907-1-kraxel@redhat.com Message-Id: <20210519053940.1888907-3-kraxel@redhat.com>
Diffstat (limited to 'ui/meson.build')
-rw-r--r--ui/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/meson.build b/ui/meson.build
index e8d3ff4..fc4fb75 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -2,6 +2,7 @@ softmmu_ss.add(pixman)
specific_ss.add(when: ['CONFIG_SOFTMMU'], if_true: pixman) # for the include path
softmmu_ss.add(files(
+ 'clipboard.c',
'console.c',
'cursor.c',
'input-keymap.c',