build: Bump GLib dependency to 2.34.0
Just cleaner than an unstable version.
This commit is contained in:
parent
ae3945210c
commit
a5a46317f1
|
|
@ -45,7 +45,7 @@ AS_IF([test x$enable_embedded_dependencies = xyes], [
|
||||||
echo "NOTICE: Embedded dependencies (GLib and libsoup) enabled"
|
echo "NOTICE: Embedded dependencies (GLib and libsoup) enabled"
|
||||||
with_soup=yes
|
with_soup=yes
|
||||||
], [
|
], [
|
||||||
GIO_DEPENDENCY="gio-unix-2.0 >= 2.33.4"
|
GIO_DEPENDENCY="gio-unix-2.0 >= 2.34.0"
|
||||||
PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY)
|
PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY)
|
||||||
|
|
||||||
SOUP_DEPENDENCY="libsoup-2.4 >= 2.39.1"
|
SOUP_DEPENDENCY="libsoup-2.4 >= 2.39.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue