mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 05:05:28 -04:00
Try Google fork of Freetype
This commit is contained in:
parent
7533d7faf8
commit
472c48680c
@ -1,7 +1,8 @@
|
||||
#!/bin/sh
|
||||
# https://github.com/termux/termux-packages/blob/master/disabled-packages/openjdk-9-jre-headless/build.sh
|
||||
set -e
|
||||
wget https://download.savannah.gnu.org/releases/freetype/freetype-$BUILD_FREETYPE_VERSION.tar.bz2
|
||||
tar xf freetype-$BUILD_FREETYPE_VERSION.tar.bz2
|
||||
# wget https://download.savannah.gnu.org/releases/freetype/freetype-$BUILD_FREETYPE_VERSION.tar.bz2
|
||||
wget -o freetype-$BUILD_FREETYPE_VERSION.tar.gz https://android.googlesource.com/platform/external/freetype/+archive/refs/heads/pie-release.tar.gz
|
||||
tar xf freetype-$BUILD_FREETYPE_VERSION.tar.gz
|
||||
wget https://github.com/apple/cups/releases/download/v2.2.4/cups-2.2.4-source.tar.gz
|
||||
tar xf cups-2.2.4-source.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user