Due to the handmade configure, these dependencies need to be met always. Also, remove the now obsolete PNG2PNM-option.
Signed-off-by: Wolfram Sang <[email protected]> --- rules/libnetpbm.in | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/rules/libnetpbm.in b/rules/libnetpbm.in index e2f8206..b64077d 100644 --- a/rules/libnetpbm.in +++ b/rules/libnetpbm.in @@ -3,7 +3,8 @@ menuconfig LIBNETPBM tristate - select LIBPNG if LIBNETPBM_PNG2PNM + select LIBPNG + select LIBXML2 prompt "libnetpbm " help libnetpbm is a C programming library for reading, @@ -31,12 +32,6 @@ config LIBNETPBM_PPM2LJ help Convert monochrome ppm bitmaps to HP-PCL5 -config LIBNETPBM_PNG2PNM - bool - prompt "pngtopnm" - help - Convert png images to portable anymap. - config LIBNETPBM_PNM2XWD bool prompt "pnmtoxwd" -- 1.7.0 -- ptxdist mailing list [email protected]
