repo/xorg/freetype/build
2019-07-24 07:17:57 +07:00

11 lines
212 B
Bash
Executable File

#!/bin/sh -e
CFLAGS="$CFLAGS -DDEFAULT_TT_INTERPRETER_VERSION=TT_INTERPRETER_VERSION_40" \
./configure \
--prefix=/usr \
--enable-freetype-config \
--with-harfbuzz=no
make
make DESTDIR="$1" install