From 17df9f2c792259af0074adf384745903c2b972a4 Mon Sep 17 00:00:00 2001 From: Henning Steffen Date: Wed, 4 Jun 2008 13:05:24 +0000 Subject: * 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 --- rules/joe.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'rules/joe.in') diff --git a/rules/joe.in b/rules/joe.in index bba0735ae..c0e4c8491 100644 --- a/rules/joe.in +++ b/rules/joe.in @@ -1,13 +1,16 @@ config JOE - bool + tristate prompt "joe" help Joe is a simple editor which uses the old wordstar commands. +if JOE + config JOE_SYNTAX_HIGHLIGHT bool default y prompt "Install syntax hilighting patterns" - depends on JOE help This option will install the syntax highlighting for joe + +endif -- cgit v1.2.3