mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
freetype-harfbuzz: remove bzip2 dependency
This commit is contained in:
parent
e115a8d74c
commit
ea030eb190
@ -6,7 +6,8 @@ build_freetype() (
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-freetype-config \
|
||||
--with-harfbuzz="$2"
|
||||
--with-harfbuzz="$2" \
|
||||
--with-bzip2=no \
|
||||
|
||||
make
|
||||
make install
|
||||
|
@ -1,4 +1,3 @@
|
||||
bzip2
|
||||
expat
|
||||
libdrm
|
||||
libpng
|
||||
|
Loading…
Reference in New Issue
Block a user