Add OptionalPackage Droid, font from Google's Android project
This commit is contained in:
@@ -45,6 +45,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
|||||||
# DevelopmentMin - development headers, libs, tools, from sources only
|
# DevelopmentMin - development headers, libs, tools, from sources only
|
||||||
# DevelopmentPowerPC - Cross compiling environment for PowerPC
|
# DevelopmentPowerPC - Cross compiling environment for PowerPC
|
||||||
# Doxygen - Generate documentation from source code
|
# Doxygen - Generate documentation from source code
|
||||||
|
# Droid - Font family from Google's Android project
|
||||||
# Expat - XML parsing libraries
|
# Expat - XML parsing libraries
|
||||||
# Fastdep - fast dependency generator for C/C++ files
|
# Fastdep - fast dependency generator for C/C++ files
|
||||||
# friss - RSS/ATOM/... feeds reader
|
# 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
|
# Expat
|
||||||
if [ IsOptionalHaikuImagePackageAdded Expat ] {
|
if [ IsOptionalHaikuImagePackageAdded Expat ] {
|
||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
|||||||
Reference in New Issue
Block a user