# -*-makefile-*- # # Copyright (C) 2020 by Michael Olbrich # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # HOST_PACKAGES-$(PTXCONF_HOST_HARFBUZZ) += host-harfbuzz # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- # # autoconf # HOST_HARFBUZZ_CONF_TOOL := autoconf HOST_HARFBUZZ_CONF_OPT := \ $(HOST_AUTOCONF) \ --disable-code-coverage \ --disable-static \ --disable-gtk-doc \ --disable-gtk-doc-html \ --disable-gtk-doc-pdf \ --disable-introspection \ --with-glib \ --without-gobject \ --without-cairo \ --without-chafa \ --without-icu \ --without-graphite2 \ --with-freetype \ --without-uniscribe \ --without-gdi \ --without-directwrite \ --without-coretext # vim: syntax=make