Add etPan optional package. Want to use this e-mail library to improve the imap support of MDR

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39016 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2010-10-20 07:44:30 +00:00
parent 18b48221c9
commit d9fef66862
3 changed files with 67 additions and 0 deletions
+25
View File
@@ -37,6 +37,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
# Development - more complete dev environment (including autotools)
# DevelopmentBase - basic development environment (gcc, headers, libs,...)
# DevelopmentMin - development headers, libs, tools, from sources only
# EtPan - e-mail libraries
# Expat - XML parsing libraries
# Fastdep - fast dependency generator for C/C++ files
# friss - RSS/ATOM/... feeds reader
@@ -665,6 +666,30 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentMin ] && $(TARGET_ARCH) = x86 {
}
# EtPan
if [ IsOptionalHaikuImagePackageAdded EtPan ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package EtPan available for $(TARGET_ARCH)" ;
} else {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
etpan-1.0-x86-gcc4-2010-10-20.zip
: $(baseURL)/etpan-1.0-x86-gcc4-2010-10-20.zip
:
: true
;
} else {
InstallOptionalHaikuImagePackage
etpan-1.0-x86-gcc2-2010-10-20.zip
: $(baseURL)/etpan-1.0-x86-gcc2-2010-10-20.zip
:
: true
;
}
}
}
# Expat
if [ IsOptionalHaikuImagePackageAdded Expat ] {
if $(TARGET_ARCH) != x86 {