gobject.pc: remove dependency on gthread
authorRyan Lortie <desrt@desrt.ca>
Sun, 16 Oct 2011 23:17:52 +0000 (19:17 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sun, 16 Oct 2011 23:17:52 +0000 (19:17 -0400)
GObject no longer uses gthread, so libgthread should no longer be
included in the linker flags of programs built against GObject.

gobject-2.0.pc.in

index 5bc67bc..04f40c0 100644 (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@