Browse Source

fontconfig: Fix building under ubuntu 17.10

android-5
Fredrik Fornwall 7 years ago
parent
commit
a2931b3031
  1. 5
      packages/fontconfig/build.sh

5
packages/fontconfig/build.sh

@ -13,3 +13,8 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--with-default-fonts=/system/fonts
--with-add-fonts=$TERMUX_PREFIX/share/fonts
"
termux_step_pre_configure() {
# https://bugs.freedesktop.org/show_bug.cgi?id=101280
rm src/fcobjshash.h
}

Loading…
Cancel
Save