disable the unrecognized nls and x flags. move options into a separate variable to...
[AROS-Contrib.git] / development / libs / fontconfig / mmakefile.src
blob92e1e5e17763adb31a0d5766a6259dfedfe5fa97
1 # Copyright © 2009-2018, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros-contrib.cfg
6 #MM- contrib-fontconfig : linklibs workbench-libs-freetype-complete development-libxml2 development-fontconfig
8 FONTCONFIG_OPTIONS=--without-expat --enable-libxml2 --without-expat-lib --with-default-fonts=Fonts:TrueType \
9     --disable-shared --disable-docs --with-arch=$(AROS_TARGET_CPU)-aros --localstatedir=/var \
10     FREETYPE_CFLAGS='-I$(AROS_INCLUDES)/freetype' FREETYPE_LIBS='-L$(AROS_LIB) -lfreetype2' \
11     LIBXML2_CFLAGS='-I$(AROS_INCLUDES)/libxml2' LIBXML2_LIBS='-L$(AROS_LIB) -lxml2 -lz' \
12     lt_sys_lib_search_path_spec='$(AROS_DEVELOPER)/lib/' --libdir=$(AROS_LIB)
14 %fetch_and_build_gnu_development package=fontconfig version=2.11.1 \
15     srcdir=fontconfig-2.11.1 patch=yes suffixes="tar.gz" \
16     package_repo="http://fontconfig.org/release http://distfiles.macports.org/fontconfig http://repository.timesys.com/buildsources/f/fontconfig/fontconfig-2.6.0 http://www.freedesktop.org/software/fontconfig/release" \
17     extraoptions="$(FONTCONFIG_OPTIONS)" nlsflag=no xflag=no