diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-04-22 15:45:38 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-04-22 15:46:45 -0700 |
commit | 1eb56a29d555771b4c3fdf9c10e7fa9766be8709 (patch) | |
tree | c58f300a5ca18a2aae41681dbc9bec0836f23753 /pango.pc.in | |
parent | 27204694f78dd8aebce9b3d2a52db81a21ff081e (diff) | |
download | pango-1eb56a29d555771b4c3fdf9c10e7fa9766be8709.tar.gz |
Remove some old build cruft
Diffstat (limited to 'pango.pc.in')
-rw-r--r-- | pango.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango.pc.in b/pango.pc.in index b181e486..bae2fd33 100644 --- a/pango.pc.in +++ b/pango.pc.in @@ -7,5 +7,6 @@ Name: Pango Description: Internationalized text handling Version: @VERSION@ Requires: glib-2.0 gobject-2.0 -Libs: -L${libdir} -lpango-@PANGO_API_VERSION@ @PKGCONFIG_MATH_LIBS@ +Libs: -L${libdir} -lpango-@PANGO_API_VERSION@ +Libs.private: -lm Cflags: -I${includedir}/pango-1.0 |