diff options
author | Kalev Lember <kalevlember@gmail.com> | 2012-04-13 18:20:17 +0300 |
---|---|---|
committer | Kalev Lember <kalevlember@gmail.com> | 2012-04-13 21:01:53 +0300 |
commit | 48f133279b36ac24822c4e428d6aafd2919fb9b0 (patch) | |
tree | 1bf61fc7a0c1ad4695b8b73cc42b6a0e34058e4d /gobject-introspection-no-export-1.0.pc.in | |
parent | 7c4fbbd681e89775dbec67f3002f820feb42300b (diff) | |
download | gobject-introspection-48f133279b36ac24822c4e428d6aafd2919fb9b0.tar.gz |
Don't link with gthread-2.0
Commit 2fff986 removed the use of g_thread_init() and we don't use any
other symbols from gthread-2.0.
https://bugzilla.gnome.org/show_bug.cgi?id=674065
Diffstat (limited to 'gobject-introspection-no-export-1.0.pc.in')
-rw-r--r-- | gobject-introspection-no-export-1.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection-no-export-1.0.pc.in b/gobject-introspection-no-export-1.0.pc.in index 110cb752..c798890e 100644 --- a/gobject-introspection-no-export-1.0.pc.in +++ b/gobject-introspection-no-export-1.0.pc.in @@ -13,7 +13,7 @@ girdir=${datadir}/gir-1.0 typelibdir=${libdir}/girepository-1.0 Cflags: -I${includedir}/gobject-introspection-1.0 @FFI_PC_CFLAGS@ -Requires: glib-2.0 gobject-2.0 gmodule-no-export-2.0 gthread-2.0 @FFI_PC_PACKAGES@ +Requires: glib-2.0 gobject-2.0 gmodule-no-export-2.0 @FFI_PC_PACKAGES@ Libs: -L${libdir} -lgirepository-1.0 @FFI_PC_LIBS@ Name: gobject-introspection |