Add OptionalPackage Droid, font from Google's Android project

This commit is contained in:
Scott McCreary 2012-09-13 20:25:40 -07:00
parent 4f444fab2e
commit c2ff7a30e3

View File

@ -45,6 +45,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
# DevelopmentMin - development headers, libs, tools, from sources only
# DevelopmentPowerPC - Cross compiling environment for PowerPC
# Doxygen - Generate documentation from source code
# Droid - Font family from Google's Android project
# Expat - XML parsing libraries
# Fastdep - fast dependency generator for C/C++ files
# friss - RSS/ATOM/... feeds reader
@ -919,6 +920,14 @@ if [ IsOptionalHaikuImagePackageAdded Doxygen ] {
}
# Droid
if [ IsOptionalHaikuImagePackageAdded Droid ] {
InstallOptionalHaikuImagePackage
droid-113-r1a4-x86-gcc2-2012-08-27.zip
: $(baseURL)/droid-113-r1a4-x86-gcc2-2012-08-27.zip ;
}
# Expat
if [ IsOptionalHaikuImagePackageAdded Expat ] {
if $(TARGET_ARCH) != x86 {