2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-20 21:26:18 +00:00
repo/xorg/freetype/build

11 lines
212 B
Plaintext
Raw Normal View History

2019-06-27 21:05:49 +00:00
#!/bin/sh -e
CFLAGS="$CFLAGS -DDEFAULT_TT_INTERPRETER_VERSION=TT_INTERPRETER_VERSION_40" \
./configure \
--prefix=/usr \
--enable-freetype-config \
--with-harfbuzz=no
2019-06-27 21:05:49 +00:00
make
make DESTDIR="$1" install