diff options
Diffstat (limited to 'package/fontconfig')
-rw-r--r-- | package/fontconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/fontconfig/Makefile b/package/fontconfig/Makefile index a6aba2311..72e996001 100644 --- a/package/fontconfig/Makefile +++ b/package/fontconfig/Makefile @@ -30,6 +30,7 @@ $(eval $(call PKG_template,FONTCONFIG_DEV,fontconfig-dev,${PKG_VERSION}-${PKG_RE TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) TARGET_LDFLAGS+= -liconv CONFIGURE_ARGS+= --with-arch=${ARCH} \ + --enable-libxml2 \ --disable-docs fontconfig-install: |