Skip to content

Commit

Permalink
Replace leftover libsoup-gnome pkg-config check with libsoup (#151)
Browse files Browse the repository at this point in the history
Update the libsoup-gnome pkg-config check to use libsoup instead.
All of libsoup-gnome has been deprecated in 2.41.3, and packages ought
to depend purely on libsoup these days.  Looking at the 'PKGS' below,
I think the pkg-config check was only leftover.

Midori builds just fine after the replacement.  It is necessary since
Gentoo no longer ships libsoup-gnome.
  • Loading branch information
mgorny authored and kalikiana committed Nov 4, 2018
1 parent 1321ce1 commit 0c2d8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -47,7 +47,7 @@ find_package(PkgConfig)
pkg_check_modules(DEPS REQUIRED
sqlite3>=3.6.19
gio-2.0>=2.48.0
libsoup-gnome-2.4>=2.48.0
libsoup-2.4>=2.48.0
)
set(PKGS sqlite3 gio-2.0 libsoup-2.4)

Expand Down

0 comments on commit 0c2d8f0

Please sign in to comment.