summaryrefslogtreecommitdiff
path: root/gobject-introspection
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-10-10 10:05:04 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-10-10 10:40:54 +0200
commit99aeafe607b29dcdc35b405641c4124595b4c7e6 (patch)
treecc21478b44924c3c15ab87c102f9f1abb2e18105 /gobject-introspection
parent30929232874f2f4e408bec33efba33ce2f064682 (diff)
downloadvala-99aeafe607b29dcdc35b405641c4124595b4c7e6.tar.gz
Ignore --thread commandline option and drop all gthread-2.0 references
With vala 0.32 there was no further support for glib < 2.32.
Diffstat (limited to 'gobject-introspection')
-rw-r--r--gobject-introspection/Makefile.am1
-rw-r--r--gobject-introspection/scanner.c5
2 files changed, 0 insertions, 6 deletions
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++)