2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 12:22:26 +00:00
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