curl: convert to meson

Reviewed-by: Daniel Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2020-11-17 12:43:15 +01:00
parent 8e4e2b551d
commit f9cd86fe72
4 changed files with 14 additions and 32 deletions

View file

@ -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)