HaikuDevel: remove tiff headers

This commit is contained in:
Jérôme Duval 2014-06-04 07:37:28 +02:00
parent 2388fa71b8
commit 1db8c51081

View File

@ -64,11 +64,6 @@ AddSymlinkToPackage develop headers : os : be ;
AddHeaderDirectoryToPackage compatibility bsd : bsd ;
AddHeaderDirectoryToPackage compatibility gnu : gnu ;
# third party libs headers
if $(HAIKU_BUILD_TYPE) != "bootstrap" {
AddHeaderDirectoryToPackage libs tiff : 3rdparty ;
}
# cpp headers
if $(HAIKU_GCC_VERSION_$(architecture)[1]) = 2 {
# GCC 2 only -- for GCC 4 they come with the gcc package