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

@ -143,10 +143,6 @@ int main(int argc, char **argv)
context = g_option_context_new ("Fingerprint handler daemon");
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
#if !GLIB_CHECK_VERSION (2, 36, 0)
g_type_init();
#endif
if (g_option_context_parse (context, &argc, &argv, &error) == FALSE) {
g_warning ("couldn't parse command-line options: %s\n", error->message);
g_error_free (error);