GNOME Bugzilla – Bug 708690
Unchecked dependency on libsoup-gnome
Last modified: 2013-09-24 17:32:41 UTC
The configure.ac for geocode-glib has: dnl Requires for the library PKG_CHECK_MODULES(GEOCODE, gio-2.0 >= 2.34 json-glib-1.0 >= 0.16.2 libsoup-2.4) However in geocode-glib/Makefile.am is using libsoup-gnome instead of plain libsoup: GeocodeGlib_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0 Json-1.0 SoupGNOME-2.4 GeocodeGlib_1_0_gir_PACKAGES = gobject-2.0 gmodule-2.0 glib-2.0 gio-2.0 libsoup-gnome-2.4 json-glib-1.0 Should configure.ac instead check for libsoup-gnome-2.4 or should Makefile.am be adjusted to use Soup-2.4?
Fixed in git master. Thanks!
Thanks, but there is still "SoupGNOME-2.4" listed in GeocodeGlib_1_0_gir_INCLUDES in Makefile.am, shouldn't that also be removed?
Fixed that too now. :)