gutenprint: use outsourced package.
* data files are still in the source tree. * gutenprint headers contain a image.h header file which collides with ours. This is solved by forcing include search first on os/kernel directory.
This commit is contained in:
@@ -203,6 +203,23 @@ if [ IsPackageAvailable freetype_devel ] {
|
||||
}
|
||||
|
||||
|
||||
# Gutenprint
|
||||
if [ IsPackageAvailable gutenprint_devel ] {
|
||||
ExtractBuildFeatureArchives gutenprint :
|
||||
file: base gutenprint
|
||||
runtime: lib
|
||||
file: devel gutenprint_devel
|
||||
depends: base
|
||||
library: $(developLibDir)/libgutenprint.a
|
||||
headers: $(developHeadersDir) $(developHeadersDir)/gutenprint
|
||||
;
|
||||
|
||||
EnableBuildFeatures gutenprint ;
|
||||
} else {
|
||||
Echo "Gutenprint support not available on $(TARGET_PACKAGING_ARCH)" ;
|
||||
}
|
||||
|
||||
|
||||
# TagLib
|
||||
|
||||
# TODO: Update to packages!
|
||||
|
||||
Reference in New Issue
Block a user