summaryrefslogtreecommitdiff
path: root/glib-2.0.pc.in
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-07-22 12:41:41 -0400
committerColin Walters <walters@verbum.org>2011-07-22 12:41:41 -0400
commitb79eae5c197aeec8d57f39c0f7bf5d5114068bea (patch)
treeac5fa1a6768417599b4841b11e7feda988b0a302 /glib-2.0.pc.in
parent8b061e023ce97171d817e07ea7068f567129ae8a (diff)
glib-2.0.pc: Add -lrt to private libraries to assist static linking
https://bugzilla.gnome.org/show_bug.cgi?id=654078
Diffstat (limited to 'glib-2.0.pc.in')
-rw-r--r--glib-2.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in
index 3d1ac12e3..ec4256d0e 100644
--- a/glib-2.0.pc.in
+++ b/glib-2.0.pc.in
@@ -11,5 +11,5 @@ Name: GLib
Description: C Utility Library
Version: @VERSION@
Libs: -L${libdir} -lglib-2.0 @INTLLIBS@
-Libs.private: @ICONV_LIBS@
+Libs.private: @ICONV_LIBS@ @GLIB_RT_LIBS@
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include @GLIB_EXTRA_CFLAGS@