summaryrefslogtreecommitdiff
path: root/xfont2.pc.in
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-20 12:30:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-20 12:30:41 -0700
commit5cb3b8809b9f141a2cf8a4e00a8387c75dc6bc10 (patch)
treed791116f50066869625f66da48cf990d79056a53 /xfont2.pc.in
parent12bed78985af1da2d1f4954a3491ee497a878b23 (diff)
downloadxorg-lib-libXfont-5cb3b8809b9f141a2cf8a4e00a8387c75dc6bc10.tar.gz
configure: Use pkg-config to handle zlib dependency if possible
Preserves fallback for systems like darwin without zlib.pc Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xfont2.pc.in')
-rw-r--r--xfont2.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfont2.pc.in b/xfont2.pc.in
index ac3f53a..aa754a6 100644
--- a/xfont2.pc.in
+++ b/xfont2.pc.in
@@ -7,7 +7,7 @@ Name: Xfont2
Description: X font Library version 2
Version: @VERSION@
Requires: xproto fontsproto
-Requires.private: fontenc @FREETYPE_REQUIRES@
+Requires.private: fontenc @FREETYPE_REQUIRES@ @Z_REQUIRES@
Cflags: -I${includedir}
Libs: -L${libdir} -lXfont2
Libs.private: @Z_LIBS@ -lm