From 086d577b3dc7aa1509e95a875984682d9048aabc Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 16 Oct 2011 19:17:52 -0400 Subject: [PATCH] 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. --- gobject-2.0.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobject-2.0.pc.in b/gobject-2.0.pc.in index 5bc67bcf6..04f40c0a9 100644 --- a/gobject-2.0.pc.in +++ b/gobject-2.0.pc.in @@ -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@