summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2011-12-01 15:48:27 +0000
committerColin Walters <walters@verbum.org>2011-12-02 14:39:17 -0500
commit15437a7e5a89dcb2a812f829bc8e9e1db7ce350b (patch)
tree9ed4b95bf91b6df01355587df6e28c8e0a36b546
parenteb315b68cf6b868e100b8171661d2e162a37bf21 (diff)
downloadglib-15437a7e5a89dcb2a812f829bc8e9e1db7ce350b.tar.gz
Link to libpcre correctly when static linking
https://bugzilla.gnome.org/show_bug.cgi?id=665298
-rw-r--r--glib-2.0.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in
index ec4256d0e..2e638f6ca 100644
--- a/glib-2.0.pc.in
+++ b/glib-2.0.pc.in
@@ -10,6 +10,7 @@ glib_mkenums=glib-mkenums
Name: GLib
Description: C Utility Library
Version: @VERSION@
+Requires.private: @PCRE_REQUIRES@
Libs: -L${libdir} -lglib-2.0 @INTLLIBS@
Libs.private: @ICONV_LIBS@ @GLIB_RT_LIBS@
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include @GLIB_EXTRA_CFLAGS@