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