mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
curl: convert to meson
Reviewed-by: Daniel Berrangé <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8e4e2b551d
commit
f9cd86fe72
4 changed files with 14 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
if 'CONFIG_CURL' in config_host
|
||||
if curl.found()
|
||||
executable('elf2dmp', files('main.c', 'addrspace.c', 'download.c', 'pdb.c', 'qemu_elf.c'),
|
||||
dependencies: [glib, curl],
|
||||
install: true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue