Changeset View
Changeset View
Standalone View
Standalone View
files/0003-freetype-flag.patch
- This file was added.
| diff --git a/dependencies/build_Poppler b/dependencies/build_Poppler | |||||
| index ca41411..18f40b1 100755 | |||||
| --- a/dependencies/build_Poppler | |||||
| +++ b/dependencies/build_Poppler | |||||
| @@ -67,8 +67,8 @@ elif [ x"${ARCH}" = x"Windows" ]; then | |||||
| export CXXFLAGS="-D_WIN32_WINNT=0x0500 $CXXFLAGS" | |||||
| fi | |||||
| -export FREETYPE_CFLAGS="-I${PREFIX}/include -I${PREFIX}/include/freetype2 -I${PREFIX}/include/freetype2/freetype" | |||||
| -export FREETYPE_LIBS="-L${PREFIX}/lib -lfreetype" | |||||
| +export FREETYPE_CFLAGS="$(freetype-config --cflags)" | |||||
| +export FREETYPE_LIBS="$(freetype-config --libs)" | |||||
| export FONTCONFIG_CFLAGS="-I${PREFIX}/include" | |||||
| export FONTCONFIG_LIBS="-L${PREFIX}/lib -lfontconfig" | |||||
| export LIBJPEG_CFLAGS="-I${PREFIX}/include -L${PREFIX}/lib -ljpeg" | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.