[libgovirt] build: Switch autotools to rest 1.0/libsoup3
- From: Marc-André Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgovirt] build: Switch autotools to rest 1.0/libsoup3
- Date: Thu, 7 Jul 2022 15:25:37 +0000 (UTC)
commit f3d84eeead1414847783be2fccca4d349a37a4a8
Author: Christophe Fergeau <cfergeau redhat com>
Date: Thu Jul 7 16:09:23 2022 +0200
build: Switch autotools to rest 1.0/libsoup3
The switch to these newer version was only made for the meson-based
build system.
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 338d87a..c807d35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,7 @@ AC_SUBST(WARNINGFLAGS_C)
dnl ---------------------------------------------------------------------------
dnl - Check library dependencies
dnl ---------------------------------------------------------------------------
-PKG_CHECK_MODULES([GLIB], [gobject-2.0 gio-2.0 gthread-2.0 >= 2.38.0])
+PKG_CHECK_MODULES([GLIB], [gobject-2.0 gio-2.0 gthread-2.0 >= 2.66.0])
# Setup GLIB_MKENUMS to use glib-mkenums even if GLib is uninstalled.
GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
@@ -110,7 +110,7 @@ AC_SUBST(GLIB_MKENUMS)
GOBJECT_INTROSPECTION_CHECK([1.30.0])
dnl **** Check for librest ****
-PKG_CHECK_MODULES([REST], [rest-0.7 >= 0.7.92])
+PKG_CHECK_MODULES([REST], [rest-1.0 >= 0.9])
dnl ---------------------------------------------------------------------------
dnl - Build self tests
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]