* 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
|
# Expat - XML parsing libraries
|
||||||
# Firefox - the webbrowser
|
# Firefox - the webbrowser
|
||||||
# Git - the distributed version control system
|
# Git - the distributed version control system
|
||||||
|
# ICU-devel - the headers for ICU (for development)
|
||||||
# KeymapSwitcher - Desktop utility
|
# KeymapSwitcher - Desktop utility
|
||||||
# LibIconv - text encoding conversion library
|
# LibIconv - text encoding conversion library
|
||||||
# LibLayout - GCC2 package needed by some BeOS apps to compile
|
# 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
|
# KeymapSwitcher
|
||||||
if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] {
|
if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] {
|
||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
@@ -1063,7 +1072,7 @@ if [ IsOptionalHaikuImagePackageAdded Wifi-ipw2100+fw ] {
|
|||||||
AddDriversToHaikuImage net : ipw2100 ;
|
AddDriversToHaikuImage net : ipw2100 ;
|
||||||
InstallOptionalHaikuImagePackage ipw2100-firmware-installer-2009-12-26b
|
InstallOptionalHaikuImagePackage ipw2100-firmware-installer-2009-12-26b
|
||||||
: $(baseURL)/ipw2100-firmware-installer-2009-12-26b.zip
|
: $(baseURL)/ipw2100-firmware-installer-2009-12-26b.zip
|
||||||
:
|
:
|
||||||
;
|
;
|
||||||
AddSymlinkToHaikuImage home config boot launch
|
AddSymlinkToHaikuImage home config boot launch
|
||||||
: /boot/common/bin/install_firmware_ipw2100 ;
|
: /boot/common/bin/install_firmware_ipw2100 ;
|
||||||
@@ -1079,7 +1088,7 @@ if [ IsOptionalHaikuImagePackageAdded Wifi-iprowifi2200+fw ] {
|
|||||||
AddDriversToHaikuImage net : iprowifi2200 ;
|
AddDriversToHaikuImage net : iprowifi2200 ;
|
||||||
InstallOptionalHaikuImagePackage iprowifi2200-firmware-installer-2009-12-26
|
InstallOptionalHaikuImagePackage iprowifi2200-firmware-installer-2009-12-26
|
||||||
: $(baseURL)/iprowifi2200-firmware-installer-2009-12-26.zip
|
: $(baseURL)/iprowifi2200-firmware-installer-2009-12-26.zip
|
||||||
:
|
:
|
||||||
;
|
;
|
||||||
AddSymlinkToHaikuImage home config boot launch
|
AddSymlinkToHaikuImage home config boot launch
|
||||||
: /boot/common/bin/install_firmware_iprowifi2200 ;
|
: /boot/common/bin/install_firmware_iprowifi2200 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user