summaryrefslogtreecommitdiffstats
path: root/rules/libgd.in
diff options
context:
space:
mode:
authorHenning Steffen <h.steffen@pengutronix.de>2008-06-04 13:05:24 +0000
committerHenning Steffen <h.steffen@pengutronix.de>2008-06-04 13:05:24 +0000
commit17df9f2c792259af0074adf384745903c2b972a4 (patch)
tree9b233de816eef1a7b52ba2735962f7b559d66406 /rules/libgd.in
parente77d46edfa498ea6b9e482eed2f9a4783fb8d66d (diff)
downloadptxdist-17df9f2c792259af0074adf384745903c2b972a4.tar.gz
ptxdist-17df9f2c792259af0074adf384745903c2b972a4.tar.xz
* change bool to tristate .in Files from H to M
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8312 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libgd.in')
-rw-r--r--rules/libgd.in12
1 files changed, 5 insertions, 7 deletions
diff --git a/rules/libgd.in b/rules/libgd.in
index 2dd27387e..727999483 100644
--- a/rules/libgd.in
+++ b/rules/libgd.in
@@ -1,5 +1,5 @@
config LIBGD
- bool
+ tristate
prompt "libgd"
select LIBPNG if LIBGD_PNG
select LIBJPEG if LIBGD_JPEG
@@ -14,10 +14,11 @@ config LIBGD
generate charts, graphics, thumbnails, and
most anything else, on the fly.
+if LIBGD
+
config LIBGD_X
bool
prompt "with X libs support"
- depends on LIBGD
default n
help
compiles libgd with X libraries support
@@ -25,7 +26,6 @@ config LIBGD_X
config LIBGD_PNG
bool
prompt "with png support"
- depends on LIBGD
default y
help
compiles libgd with png support
@@ -33,7 +33,6 @@ config LIBGD_PNG
config LIBGD_JPEG
bool
prompt "with jpeg support"
- depends on LIBGD
default y
help
compiles libgd with jpeg support
@@ -41,14 +40,12 @@ config LIBGD_JPEG
config LIBGD_XPM
bool
prompt "with xpm support"
- depends on LIBGD
help
compiles libgd with xpm support
config LIBGD_FONTCONFIG
bool
prompt "with fontconfig support"
- depends on LIBGD
default y
help
compiles libgd with png support
@@ -56,6 +53,7 @@ config LIBGD_FONTCONFIG
config LIBGD_FREETYPE
bool
prompt "with freetype support"
- depends on LIBGD
help
compiles libgd with freetype support
+
+endif