* 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:
Oliver Tappe 2010-01-26 20:27:16 +00:00
parent 5337f612fe
commit 959abd1c51
1 changed files with 11 additions and 2 deletions

View File

@ -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 {
@ -1063,7 +1072,7 @@ if [ IsOptionalHaikuImagePackageAdded Wifi-ipw2100+fw ] {
AddDriversToHaikuImage net : ipw2100 ;
InstallOptionalHaikuImagePackage ipw2100-firmware-installer-2009-12-26b
: $(baseURL)/ipw2100-firmware-installer-2009-12-26b.zip
:
:
;
AddSymlinkToHaikuImage home config boot launch
: /boot/common/bin/install_firmware_ipw2100 ;
@ -1079,7 +1088,7 @@ if [ IsOptionalHaikuImagePackageAdded Wifi-iprowifi2200+fw ] {
AddDriversToHaikuImage net : iprowifi2200 ;
InstallOptionalHaikuImagePackage iprowifi2200-firmware-installer-2009-12-26
: $(baseURL)/iprowifi2200-firmware-installer-2009-12-26.zip
:
:
;
AddSymlinkToHaikuImage home config boot launch
: /boot/common/bin/install_firmware_iprowifi2200 ;