build: Remove explicit libsoup dependency
Replace all uses of libsoup with their GLib equivalents, and remove the build dependency. See GNOME/gnome-build-meta#378
This commit is contained in:
parent
62eb1a6eff
commit
1c1912d006
8 changed files with 18 additions and 16 deletions
|
|
@ -95,7 +95,6 @@ libpeas = dependency('libpeas-1.0', version: '>= 1.24.0')
|
|||
libpeas_gtk = dependency('libpeas-gtk-1.0', version: '>= 1.24.0')
|
||||
libsecret = dependency('libsecret-1', version: '>= 0.11')
|
||||
libstemmer_dep = cc.find_library('stemmer')
|
||||
libsoup = dependency('libsoup-2.4', version: '>= 2.48')
|
||||
libunwind_dep = dependency(
|
||||
'libunwind', version: '>= 1.1', required: get_option('libunwind')
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue