mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: glib-2.28 or newer is a requirement
We're using g_slist_free_full which was introduced in glib-2.28 https://bugs.freedesktop.org/show_bug.cgi?id=59790
This commit is contained in:
committed by
Bastien Nocera
parent
3b3679c900
commit
7eafca7bab
@@ -156,7 +156,7 @@ PKG_CHECK_MODULES(CRYPTO, nss)
|
||||
AC_SUBST(CRYPTO_CFLAGS)
|
||||
AC_SUBST(CRYPTO_LIBS)
|
||||
|
||||
PKG_CHECK_MODULES(GLIB, "glib-2.0")
|
||||
PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.28])
|
||||
AC_SUBST(GLIB_CFLAGS)
|
||||
AC_SUBST(GLIB_LIBS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user