Skip to content
Snippets Groups Projects
Verified Commit b1fa970d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add fontconfig to cairo

parent f1b9327d
No related branches found
No related tags found
No related merge requests found
VERSION="1.16.0"
TAR=https://www.cairographics.org/releases/cairo-$VERSION.tar.xz
BUILD_DEPENDS=(zlib pixman freetype libpng)
BUILD_DEPENDS=(expat freetype fontconfig libpng pixman zlib)
function recipe_version {
echo "$VERSION"
......@@ -20,7 +20,13 @@ function recipe_build {
sysroot="$(realpath ../sysroot)"
export LDFLAGS="-L$sysroot/lib"
export CPPFLAGS="-I$sysroot/include"
CFLAGS="-DCAIRO_NO_MUTEX=1" ./configure --build=${BUILD} --host=${HOST} --prefix=/ --enable-xlib=no --enable-script=no --enable-interpreter=no
CFLAGS="-DCAIRO_NO_MUTEX=1" ./configure \
--build=${BUILD} \
--host=${HOST} \
--prefix=/ \
--enable-xlib=no \
--enable-script=no \
--enable-interpreter=no
make -j"$(nproc)"
skip=1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment