summaryrefslogtreecommitdiffstats
path: root/rules/libnetpbm.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2008-03-11 12:38:38 +0000
committerLuotao Fu <l.fu@pengutronix.de>2008-03-11 12:38:38 +0000
commit5514170e712b50185e914f9a31911f4249d2a3d3 (patch)
tree11b73d58860ecaeb9bea88e8ffe26383cc410036 /rules/libnetpbm.in
parentc680708de523e66801fe55e52a530bea00b49f65 (diff)
downloadptxdist-5514170e712b50185e914f9a31911f4249d2a3d3.tar.gz
ptxdist-5514170e712b50185e914f9a31911f4249d2a3d3.tar.xz
* fixed targetinstall stage of some netpbm utils
* added xwd <-> pnm utils (useful for i.E. xprint) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7834 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libnetpbm.in')
-rw-r--r--rules/libnetpbm.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/libnetpbm.in b/rules/libnetpbm.in
index 697f50eae..6a610aa43 100644
--- a/rules/libnetpbm.in
+++ b/rules/libnetpbm.in
@@ -38,5 +38,19 @@ config LIBNETPBM_PNG2PNM
help
Convert png images to portable anymap.
+config LIBNETPBM_PNM2XWD
+ bool
+ depends on LIBNETPBM
+ prompt "pnmtoxwd"
+ help
+ Convert portable anymap to x window dump image
+
+config LIBNETPBM_XWD2PNM
+ bool
+ depends on LIBNETPBM
+ prompt "xwdtopnm"
+ help
+ Convert x window dump image to portable anymap
+
# FIXME: add library support (TIFF, JPEG, ...)