[ostree] core: Just require libsoup, not libsoup-gnome
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] core: Just require libsoup, not libsoup-gnome
- Date: Tue, 5 Jun 2012 15:02:00 +0000 (UTC)
commit 8f2dda3e2578de620c9d10af9dbf94ed79103a61
Author: Colin Walters <walters verbum org>
Date: Thu May 31 10:25:41 2012 -0400
core: Just require libsoup, not libsoup-gnome
configure.ac | 2 +-
src/ostree/ostree-pull.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6ba3f0a..e47c2e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_CHECK_HEADER([attr/xattr.h],,[AC_MSG_ERROR([You must have attr/xattr.h from l
PKG_PROG_PKG_CONFIG
GIO_DEPENDENCY="gio-unix-2.0 >= 2.28"
-SOUP_DEPENDENCY="libsoup-gnome-2.4 >= 2.34.0"
+SOUP_DEPENDENCY="libsoup-2.4 >= 2.34.0"
LIBARCHIVE_DEPENDENCY="libarchive >= 2.8.0"
PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY)
diff --git a/src/ostree/ostree-pull.c b/src/ostree/ostree-pull.c
index 3cf123a..f8ba1d8 100644
--- a/src/ostree/ostree-pull.c
+++ b/src/ostree/ostree-pull.c
@@ -22,7 +22,7 @@
#include "config.h"
-#include <libsoup/soup-gnome.h>
+#include <libsoup/soup.h>
#include "ostree.h"
#include "ot-main.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]