libpng and jpeg: build against optional packages.
* added optional feature package for libpng 1.5.12 gcc4/gcc2 x86 and ppc * drop libpng sources and headers from the tree. * added optional feature package for jpeg 8d gcc4/gcc2 x86 and ppc * drop jpeg sources and headers from the tree.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
SubDir HAIKU_TOP src tools translation pnginfo ;
|
||||
|
||||
UseLibraryHeaders zlib ;
|
||||
UseLibraryHeaders png ;
|
||||
UseHeaders $(HAIKU_LIBPNG_HEADERS) : true ;
|
||||
|
||||
BinCommand pnginfo : pnginfo.cpp : be libpng.a libz.a $(TARGET_LIBSUPC++) ;
|
||||
Includes [ FGristFiles pnginfo.cpp ]
|
||||
: $(HAIKU_LIBPNG_HEADERS_DEPENDENCY) ;
|
||||
|
||||
BinCommand pnginfo : pnginfo.cpp : be $(HAIKU_LIBPNG_LIB) libz.a
|
||||
$(TARGET_LIBSUPC++) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user