mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 04:48:10 +02:00
build: bump glib requirement to 2.26 for G_DEFINE_BOXED_TYPE
This commit is contained in:
parent
b44b1747fa
commit
204d2fff3c
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.1 dbus-glib-1 >= 0.75)
|
|||
AC_SUBST(DBUS_CFLAGS)
|
||||
AC_SUBST(DBUS_LIBS)
|
||||
|
||||
PKG_CHECK_MODULES(GLIB, gthread-2.0 glib-2.0 >= 2.18 gobject-2.0)
|
||||
PKG_CHECK_MODULES(GLIB, gthread-2.0 glib-2.0 >= 2.26 gobject-2.0)
|
||||
AC_SUBST(GLIB_CFLAGS)
|
||||
AC_SUBST(GLIB_LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue