* Added optional package for BePDF 1.0.0b2.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27621 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8f3c0d9fcc
commit
01774b2af5
@ -14,6 +14,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) && $(HAIKU_ALTERNATIVE_GCC_OUTPUT_DIR) {
|
||||
# APR
|
||||
# APR-util
|
||||
# Beam
|
||||
# BePDF
|
||||
# Bluetooth
|
||||
# CVS
|
||||
# Development
|
||||
@ -87,6 +88,23 @@ if [ IsOptionalHaikuImagePackageAdded Beam ] {
|
||||
}
|
||||
|
||||
|
||||
# BePDF
|
||||
if [ IsOptionalHaikuImagePackageAdded BePDF ] {
|
||||
if $(TARGET_ARCH) != x86 {
|
||||
Echo "No optional package BePDF available for $(TARGET_ARCH)" ;
|
||||
} else if $(HAIKU_GCC_VERSION[1]) >= 4 && $(isHybridBuild) = 0 {
|
||||
Echo "No optional package BePDF available for gcc4" ;
|
||||
} else {
|
||||
InstallOptionalHaikuImagePackage BePDF
|
||||
: http://haiku-files.org/files/optional-packages/BePDF-1.0.0b2.x86.zip
|
||||
: apps
|
||||
;
|
||||
AddSymlinkToHaikuImage home config be Applications
|
||||
: /boot/apps/BePDF/BePDF ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Bluetooth stack
|
||||
if [ IsOptionalHaikuImagePackageAdded Bluetooth ] {
|
||||
local bluetoothDrivers = h2generic ;
|
||||
|
Loading…
Reference in New Issue
Block a user