aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorVivek Kasireddy <vivek.kasireddy@intel.com>2021-05-26 16:14:19 -0700
committerGerd Hoffmann <kraxel@redhat.com>2021-05-27 12:06:37 +0200
commit9192a40655140b743dfe0b1f921ab3b8b51579bf (patch)
tree5cc357e8593185e644dd5665c4d21ca04b854d4c /meson.build
parent9b60cdf98723b52d32fdd131f709923e05c0000f (diff)
downloadqemu-9192a40655140b743dfe0b1f921ab3b8b51579bf.zip
qemu-9192a40655140b743dfe0b1f921ab3b8b51579bf.tar.gz
qemu-9192a40655140b743dfe0b1f921ab3b8b51579bf.tar.bz2
stubs: Add stubs for udmabuf helpers
This is needed to ensure that virtio-gpu device works for non-linux builds. Cc: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Vivek Kasireddy <vivek.kasireddy@intel.com> Message-Id: <20210526231429.1045476-5-vivek.kasireddy@intel.com> [ kraxel: add virtio-gpu-udmabuf.c stubs only when building system emulation ] Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 632b380..9b6d93b 100644
--- a/meson.build
+++ b/meson.build
@@ -1899,7 +1899,7 @@ util_ss.add_all(trace_ss)
util_ss = util_ss.apply(config_all, strict: false)
libqemuutil = static_library('qemuutil',
sources: util_ss.sources() + stub_ss.sources() + genh,
- dependencies: [util_ss.dependencies(), m, glib, socket, malloc])
+ dependencies: [util_ss.dependencies(), m, glib, socket, malloc, pixman])
qemuutil = declare_dependency(link_with: libqemuutil,
sources: genh + version_res)