Add OptionalPackage Nanumfont, a Korean monospace font

This commit is contained in:
Scott McCreary 2012-09-13 20:09:01 -07:00
parent f78dd1249a
commit 4f444fab2e

View File

@ -68,6 +68,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
# Man - standard commands to read man pages
# Mercurial - the distributed version control system
# Nano - the command line text editor
# Nanumfont - Korean monospace font
# Neon - support libraries used for example by SVN
# NetFS - the native networked file system components
# NetSurf - the web browser
@ -1376,6 +1377,14 @@ if [ IsOptionalHaikuImagePackageAdded Nano ] {
}
# Nanumfont
if [ IsOptionalHaikuImagePackageAdded Nanumfont ] {
InstallOptionalHaikuImagePackage
nanumfont-2.0-r1a4-x86-gcc2-2012-09-12.zip
: $(baseURL)/nanumfont-2.0-r1a4-x86-gcc2-2012-09-12.zip ;
}
# Neon
if [ IsOptionalHaikuImagePackageAdded Neon ] {
if $(TARGET_ARCH) != x86 {