On Fri, May 28, 2010 at 07:27:26AM +0200, Wolfram Sang wrote: > Due to the handmade configure, these dependencies need to be met always. > Also, remove the now obsolete PNG2PNM-option.
Why is PNG2PNM obsolete? does this tool not exist anymore? > 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] > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
