summaryrefslogtreecommitdiff
path: root/gobject-2.0.pc.in
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-10-16 19:17:52 -0400
committerRyan Lortie <desrt@desrt.ca>2011-10-16 19:17:52 -0400
commit086d577b3dc7aa1509e95a875984682d9048aabc (patch)
treed7a672d3e66cdf1b6d43e2cac64f0bf49ff9d0c7 /gobject-2.0.pc.in
parent306aa62ea5fa4d3a57bca419afcc159f9509b476 (diff)
downloadglib-086d577b3dc7aa1509e95a875984682d9048aabc.tar.gz
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.
Diffstat (limited to 'gobject-2.0.pc.in')
-rw-r--r--gobject-2.0.pc.in2
1 files changed, 1 insertions, 1 deletions
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@