gobject.pc: remove dependency on gthread

GObject no longer uses gthread, so libgthread should no longer be
included in the linker flags of programs built against GObject.
This commit is contained in:
Ryan Lortie 2011-10-16 19:17:52 -04:00
parent 306aa62ea5
commit 086d577b3d

View File

@ -5,7 +5,7 @@ includedir=@includedir@
Name: GObject
Description: GLib Type, Object, Parameter and Signal Library
Requires: glib-2.0,gthread-2.0
Requires: glib-2.0
Version: @VERSION@
Libs: -L${libdir} -lgobject-2.0
Libs.private: @LIBFFI_LIBS@