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

@ -172,10 +172,6 @@ int main(int argc, char **argv)
DBusGProxy *dev;
char *username;
#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);