2
0
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:
Dylan Araps 2021-08-08 20:57:04 +03:00
parent e115a8d74c
commit ea030eb190
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,8 @@ build_freetype() (
./configure \
--prefix=/usr \
--enable-freetype-config \
--with-harfbuzz="$2"
--with-harfbuzz="$2" \
--with-bzip2=no \
make
make install

View File

@ -1,4 +1,3 @@
bzip2
expat
libdrm
libpng