[glib] gobject.pc: remove dependency on gthread



commit 086d577b3dc7aa1509e95a875984682d9048aabc
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Oct 16 19:17:52 2011 -0400

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject-2.0.pc.in b/gobject-2.0.pc.in
index 5bc67bc..04f40c0 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@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]