From 99aeafe607b29dcdc35b405641c4124595b4c7e6 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 10 Oct 2016 10:05:04 +0200 Subject: Ignore --thread commandline option and drop all gthread-2.0 references With vala 0.32 there was no further support for glib < 2.32. --- gobject-introspection/Makefile.am | 1 - gobject-introspection/scanner.c | 5 ----- 2 files changed, 6 deletions(-) (limited to 'gobject-introspection') diff --git a/gobject-introspection/Makefile.am b/gobject-introspection/Makefile.am index 9b30e1f27..78d733e4f 100644 --- a/gobject-introspection/Makefile.am +++ b/gobject-introspection/Makefile.am @@ -44,7 +44,6 @@ gen_introspect_SOURCES = \ gen_introspect_LDADD = \ $(GLIB_LIBS) \ $(GMODULE_LIBS) \ - $(GTHREAD_LIBS) \ libgidl.la \ $(NULL) diff --git a/gobject-introspection/scanner.c b/gobject-introspection/scanner.c index 40e4efec5..34728c115 100644 --- a/gobject-introspection/scanner.c +++ b/gobject-introspection/scanner.c @@ -1783,11 +1783,6 @@ main (int argc, char **argv) g_type_init (); - /* initialize threading as this may be required by libraries that we'll use - * libsoup-2.2 is an example of that. - */ - g_thread_init (NULL); - if (include_idls) { for (i = 0; i < g_strv_length (include_idls); i++) -- cgit v1.2.1