From b6cb98ee0f1fefc5831d9e3b63b727414a750567 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 7 Jun 2022 09:43:17 +0100 Subject: Port from libsoup to libcurl The former bumped ABI, and all sorts of crazy happens when you link in libappstream-glib into a process with the 'other' ABI. It seems the universe has settled on curl as a dep; do the same. --- libappstream-builder/meson.build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libappstream-builder/meson.build') diff --git a/libappstream-builder/meson.build b/libappstream-builder/meson.build index 79e8a74..2c7824c 100644 --- a/libappstream-builder/meson.build +++ b/libappstream-builder/meson.build @@ -6,11 +6,10 @@ asbuilder_cargs = [ ] deps = [ - glib, + gio, gmodule, gdkpixbuf, libarchive, - soup, ] if get_option('dep11') @@ -68,7 +67,7 @@ asb_self_test = executable( include_directories('..'), asglib_incdir, ], - dependencies : [glib, gdkpixbuf, soup], + dependencies : [gio, gdkpixbuf], c_args : cargs + [ '-DTESTDIRSRC="@0@/../data/tests"'.format(meson.current_source_dir()), '-DTESTDIRBUILD="@0@/../data/tests"'.format(meson.current_build_dir()), -- cgit v1.2.1