iglunix/gui/freetype-harbuzz/ft_meson.patch

12 lines
281 B
Diff
Raw Normal View History

2021-12-26 12:40:14 +00:00
--- src/freetype-2.11.0/meson.build
+++ meson.build
@@ -276,6 +276,8 @@
if libpng_dep.found()
ftoption_command += ['--enable=FT_CONFIG_OPTION_USE_PNG']
ft2_deps += [libpng_dep]
+else
+ ftoption_command += ['--disable=FT_CONFIG_OPTION_USE_PNG']
endif
# Harfbuzz support