Add OptionalPackage Nanumfont, a Korean monospace font
This commit is contained in:
@@ -68,6 +68,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
|||||||
# Man - standard commands to read man pages
|
# Man - standard commands to read man pages
|
||||||
# Mercurial - the distributed version control system
|
# Mercurial - the distributed version control system
|
||||||
# Nano - the command line text editor
|
# Nano - the command line text editor
|
||||||
|
# Nanumfont - Korean monospace font
|
||||||
# Neon - support libraries used for example by SVN
|
# Neon - support libraries used for example by SVN
|
||||||
# NetFS - the native networked file system components
|
# NetFS - the native networked file system components
|
||||||
# NetSurf - the web browser
|
# 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
|
# Neon
|
||||||
if [ IsOptionalHaikuImagePackageAdded Neon ] {
|
if [ IsOptionalHaikuImagePackageAdded Neon ] {
|
||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
|||||||
Reference in New Issue
Block a user