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:
parent
d72219d600
commit
73add3d9f5
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2.9.1 1
|
||||
2.9.1 2
|
||||
|
Loading…
Reference in New Issue
Block a user