2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 23:30:05 -07:00

freetype: avoid circular dependency with harfbuzz

This commit is contained in:
Muhammad Herdiansyah 2019-07-24 07:17:38 +07:00
parent d72219d600
commit 73add3d9f5
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
CFLAGS="$CFLAGS -DDEFAULT_TT_INTERPRETER_VERSION=TT_INTERPRETER_VERSION_40" \
./configure \
--prefix=/usr \
--enable-freetype-config
--enable-freetype-config \
--with-harfbuzz=no
make
make DESTDIR="$1" install

View File

@ -1 +1 @@
2.9.1 1
2.9.1 2