diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-06-20 12:30:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-06-20 12:30:41 -0700 |
commit | 5cb3b8809b9f141a2cf8a4e00a8387c75dc6bc10 (patch) | |
tree | d791116f50066869625f66da48cf990d79056a53 /xfont2.pc.in | |
parent | 12bed78985af1da2d1f4954a3491ee497a878b23 (diff) |
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.in | 2 |
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 |