mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-10 05:18:30 +03:00
build: Actually, we need bleeding edge libsoup
The stable version compiles, but just hangs =/
This commit is contained in:
parent
a496c464b9
commit
2df5294ce8
@ -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-2.4 >= 2.38.0"
|
||||
SOUP_DEPENDENCY="libsoup-2.4 >= 2.39.1"
|
||||
LIBARCHIVE_DEPENDENCY="libarchive >= 2.8.0"
|
||||
|
||||
PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY)
|
||||
|
Loading…
Reference in New Issue
Block a user