fontconfig: fix build

This commit is contained in:
Jeremy Soller 2025-04-11 11:32:23 -06:00
parent 6909fdd9b2
commit 013180b556
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -22,5 +22,7 @@ COOKBOOK_CONFIGURE_FLAGS+=(
--disable-docs \
ac_cv_func_XML_SetDoctypeDeclHandler=yes
)
export V=1
export LIBS="-lpng -lz"
cookbook_configure
"""