tiff: use the outsourced packages.

* packages for secondary architectures would be welcomed.
This commit is contained in:
Jérôme Duval
2014-06-02 23:45:19 +02:00
parent da76d8da0c
commit 9cd7c6a433
11 changed files with 25 additions and 12 deletions
+17
View File
@@ -385,6 +385,23 @@ if [ IsPackageAvailable qrencode_devel ] {
}
# tiff
if [ IsPackageAvailable tiff_devel ] {
ExtractBuildFeatureArchives tiff :
file: base tiff
runtime: lib
file: devel tiff_devel
depends: base
library: $(developLibDir)/libtiff.so.3
headers: $(developHeadersDir) $(developHeadersDir)/tiff
;
EnableBuildFeatures tiff ;
} else {
Echo "Tiff support not available on $(TARGET_PACKAGING_ARCH)" ;
}
# GPL add-ons
if $(HAIKU_INCLUDE_GPL_ADDONS) = 1 {