diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-04-05 12:42:54 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-04-05 12:42:54 -0700 |
commit | 6763f38c4c0de135b0839eb74d9ac7d5e7fafec6 (patch) | |
tree | 6bbbc99a7a03a90f43e84f318e447ad58900cc5e /pango.pc.in | |
parent | 4e5e6cf3946846c0cbdb449314473acafce7947a (diff) | |
download | pango-6763f38c4c0de135b0839eb74d9ac7d5e7fafec6.tar.gz |
Remove gmodule dependency and deprecate some more symbols
Diffstat (limited to 'pango.pc.in')
-rw-r--r-- | pango.pc.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango.pc.in b/pango.pc.in index 63e2d595..b181e486 100644 --- a/pango.pc.in +++ b/pango.pc.in @@ -7,6 +7,5 @@ Name: Pango Description: Internationalized text handling Version: @VERSION@ Requires: glib-2.0 gobject-2.0 -Requires.private: gmodule-no-export-2.0 Libs: -L${libdir} -lpango-@PANGO_API_VERSION@ @PKGCONFIG_MATH_LIBS@ Cflags: -I${includedir}/pango-1.0 |