core: Just require libsoup, not libsoup-gnome
This commit is contained in:
parent
58f6537c6a
commit
8f2dda3e25
|
|
@ -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
|
PKG_PROG_PKG_CONFIG
|
||||||
|
|
||||||
GIO_DEPENDENCY="gio-unix-2.0 >= 2.28"
|
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"
|
LIBARCHIVE_DEPENDENCY="libarchive >= 2.8.0"
|
||||||
|
|
||||||
PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY)
|
PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY)
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <libsoup/soup-gnome.h>
|
#include <libsoup/soup.h>
|
||||||
|
|
||||||
#include "ostree.h"
|
#include "ostree.h"
|
||||||
#include "ot-main.h"
|
#include "ot-main.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue