mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
DevelopmentMin optional package: add 3rdparty headers
* Add freetype, libpng and jpeg headers
This commit is contained in:
parent
8ce8ccf96f
commit
797a822aee
@ -847,6 +847,13 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentMin ] && $(TARGET_ARCH) = x86 {
|
||||
AddHeaderDirectoryToHaikuImage libs tiff : 3rdparty ;
|
||||
AddHeaderDirectoryToHaikuImage libs zlib : 3rdparty ;
|
||||
|
||||
CopyDirectoryToHaikuImage develop headers :
|
||||
[ FDirName $(HAIKU_FREETYPE_DIR) develop headers 3rdparty ] ;
|
||||
CopyDirectoryToHaikuImage develop headers : $(HAIKU_JPEG_HEADERS)
|
||||
: 3rdparty ;
|
||||
CopyDirectoryToHaikuImage develop headers : $(HAIKU_LIBPNG_HEADERS)
|
||||
: 3rdparty ;
|
||||
|
||||
# cpp headers
|
||||
if $(HAIKU_GCC_VERSION[1]) = 2 {
|
||||
# GCC 2 only -- for GCC 4 they come with the DevelopmentBase package
|
||||
|
Loading…
x
Reference in New Issue
Block a user