summaryrefslogtreecommitdiffstats
path: root/rules/libnetpbm.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-03 11:32:41 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-03 11:32:41 +0000
commit7fd6ea0b1356095b017bdb7c2c797cc93c2348ad (patch)
treeda15bb8f8c65492f66976fb8f67fd4aed0d67b02 /rules/libnetpbm.in
parent69c63fc011a76e6a1e9a9bf73d387c121ab52d4c (diff)
downloadptxdist-7fd6ea0b1356095b017bdb7c2c797cc93c2348ad.tar.gz
ptxdist-7fd6ea0b1356095b017bdb7c2c797cc93c2348ad.tar.xz
fixed libnetpbm
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3704 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libnetpbm.in')
-rw-r--r--rules/libnetpbm.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/rules/libnetpbm.in b/rules/libnetpbm.in
index 84fc12214..daab10d3d 100644
--- a/rules/libnetpbm.in
+++ b/rules/libnetpbm.in
@@ -1,8 +1,15 @@
+# netpbm configuration
+
menuconfig LIBNETPBM
bool
default N
- depends on BROKEN
prompt "libnetpbm "
-comment "libnetpbm is broken, please send a patch"
- depends on !BROKEN
+config LIBNETPBM_BUILD_FIASCO
+ bool
+ depends on LIBNETPBM
+ default N
+ prompt "build fiasco"
+
+# FIXME: add library support (TIFF, JPEG, ...)
+