* added optional package ICU-devel, which (hopefully) contains all the headers
required to build applications that require ICU git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35301 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -33,6 +33,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) && $(HAIKU_ALTERNATIVE_GCC_OUTPUT_DIR) {
|
||||
# Expat - XML parsing libraries
|
||||
# Firefox - the webbrowser
|
||||
# Git - the distributed version control system
|
||||
# ICU-devel - the headers for ICU (for development)
|
||||
# KeymapSwitcher - Desktop utility
|
||||
# LibIconv - text encoding conversion library
|
||||
# LibLayout - GCC2 package needed by some BeOS apps to compile
|
||||
@@ -528,6 +529,14 @@ if [ IsOptionalHaikuImagePackageAdded Git ] {
|
||||
}
|
||||
|
||||
|
||||
# ICU-devel
|
||||
if [ IsOptionalHaikuImagePackageAdded ICU-devel ] {
|
||||
InstallOptionalHaikuImagePackage icu-devel-4.2-2010-01-26
|
||||
: $(baseURL)/icu-devel-4.2-2010-01-26.zip
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
# KeymapSwitcher
|
||||
if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] {
|
||||
if $(TARGET_ARCH) != x86 {
|
||||
|
||||
Reference in New Issue
Block a user