aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index e91a58a..fd44593 100755
--- a/configure
+++ b/configure
@@ -6321,6 +6321,7 @@ IMAGE="no"
PARPORT="no"
SERIAL="no"
I2C="no"
+KEYPAD="no"
if test "$BECKMANNEGLE" = "yes"; then
@@ -6355,6 +6356,7 @@ if test "$CRYSTALFONTZ" = "yes"; then
TEXT="yes"
GPIO="yes"
SERIAL="yes"
+ KEYPAD="yes"
DRIVERS="$DRIVERS drv_Crystalfontz.o"
cat >>confdefs.h <<\_ACEOF
@@ -6746,6 +6748,10 @@ _ACEOF
fi
+# generic keypad driver
+if test "$KEYPAD" = "yes"; then
+ DRIVERS="$DRIVERS drv_generic_keypad.o"
+fi
r class='nohover-highlight'> 2010-02-28bump debhelper compat level to 7Reinhard Tartler3-3/+4 2010-02-28disable mpd plugin. According to bugreports, it makes lcd4linuxReinhard Tartler3-3/+6 unusable for non-mpd users. Please consider co-maintaining the package if you want to see it coming back. Closes: #500068, #499055 2010-02-28prefer multiline dependsReinhard Tartler1-1/+9 2010-02-28update config.guess && config.sub, Closes: #542077Reinhard Tartler3-405/+624 2010-02-28update ac_python_devel.m4 from autoconf-archive package. This allowsReinhard Tartler2-66/+199 to build with python2.6. Closes: #571493 2010-02-28Add $remote-fs dependencies to init script. Reported by lintian.Reinhard Tartler2-2/+8 2008-01-10oops. fix version numberReinhard Tartler1-1/+1 2008-01-10* add Vcs-Bzr and Homepage header.Reinhard Tartler2-1/+4 2008-01-10* bump to standards version 3.7.3 (no changes needed)Reinhard Tartler2-2/+3 2008-01-10new upload to unstableReinhard Tartler1-0/+9 2008-01-10import commit 809 from trunk to fix ↵Reinhard Tartler4-255/+12 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=436332 2007-04-05missing depends in LSB init stanzaReinhard Tartler1-0/+2 2007-04-05* new upstream tarball no longer contains a debian/ directory at allReinhard Tartler1-1/+3 (Closes: #385152) 2007-04-30new upstream versionReinhard Tartler63-4596/+7100 2007-04-05* add LSB keyword sectionReinhard Tartler2-1/+12 2007-04-05mark new upload in debian/changelogReinhard Tartler1-0/+6 2007-04-05import new upstreamReinhard Tartler162-10578/+5766 2007-04-05improvements to the manpageReinhard Tartler1-2/+6 2006-08-27update config.guess and .subReinhard Tartler2-350/+450 2006-08-27install new manpageReinhard Tartler2-2/+3