* 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:
@@ -14,6 +14,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) && $(HAIKU_ALTERNATIVE_GCC_OUTPUT_DIR) {
|
|||||||
# APR
|
# APR
|
||||||
# APR-util
|
# APR-util
|
||||||
# Beam
|
# Beam
|
||||||
|
# BePDF
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
# CVS
|
# CVS
|
||||||
# Development
|
# 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
|
# Bluetooth stack
|
||||||
if [ IsOptionalHaikuImagePackageAdded Bluetooth ] {
|
if [ IsOptionalHaikuImagePackageAdded Bluetooth ] {
|
||||||
local bluetoothDrivers = h2generic ;
|
local bluetoothDrivers = h2generic ;
|
||||||
|
|||||||
Reference in New Issue
Block a user