all: Bump required glib version

Require the same version of glib as libfprint, and remove support for
very old versions.
This commit is contained in:
Bastien Nocera
2019-12-04 11:07:12 +01:00
parent 882740f8a1
commit d0df422f9b
7 changed files with 2 additions and 26 deletions

View File

@ -468,10 +468,6 @@ PAM_EXTERN int pam_sm_authenticate(pam_handle_t *pamh, int flags, int argc,
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
#if !GLIB_CHECK_VERSION (2, 36, 0)
g_type_init();
#endif
dbus_g_object_register_marshaller (fprintd_marshal_VOID__STRING_BOOLEAN,
G_TYPE_NONE, G_TYPE_STRING, G_TYPE_BOOLEAN, G_TYPE_INVALID);