diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-19 07:39:33 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-21 09:42:44 +0200 |
commit | 660e8d0f0be4e87da937ce797973874bb282d498 (patch) | |
tree | a05534919b34e871236c328154f8f1c5516e9f20 /ui/meson.build | |
parent | 58d3f3ff8da8d1f0ea917c661f306c42d0a69e7b (diff) |
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.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/meson.build b/ui/meson.build index e8d3ff41b9..fc4fb75c28 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', |