aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-03-05 05:53:11 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-03-05 05:53:11 +0000
commitb1255305ba273338be5e19fa5b3e34bd5ca820e1 (patch)
tree3317ff1d762ee7ea9d3c7ccc29a10cc81fa6bca7
parent67eea85b7fd2738709eb7cfa381fb5364812f79f (diff)
downloadlcd4linux-b1255305ba273338be5e19fa5b3e34bd5ca820e1.tar.gz
ported changeset 778 from branches/0.10.1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@779 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rwxr-xr-xconfigure1
-rw-r--r--drivers.m41
-rwxr-xr-xsmoketest.sh2
3 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 528fef6..8ca44d4 100755
--- a/configure
+++ b/configure
@@ -7647,6 +7647,7 @@ if test "$picoLCD" = "yes"; then
TEXT="yes"
GPIO="yes"
SERIAL="yes"
+ LIBUSB="yes"
DRIVERS="$DRIVERS drv_picoLCD.o"
cat >>confdefs.h <<\_ACEOF
diff --git a/drivers.m4 b/drivers.m4
index 756e2b7..0e8893d 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -396,6 +396,7 @@ if test "$picoLCD" = "yes"; then
TEXT="yes"
GPIO="yes"
SERIAL="yes"
+ LIBUSB="yes"
DRIVERS="$DRIVERS drv_picoLCD.o"
AC_DEFINE(WITH_picoLCD,1,[picoLCD driver])
else
diff --git a/smoketest.sh b/smoketest.sh
index b3ccaca..45027be 100755
--- a/smoketest.sh
+++ b/smoketest.sh
@@ -9,7 +9,7 @@ rm -f smoketest.log lcd4linux
make distclean
./bootstrap
-for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux EA232graphic G15 HD44780 LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon USBHUB USBLCD WincorNixdorf X11; do
+for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux EA232graphic G15 HD44780 LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL picoLCD PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon USBHUB USBLCD WincorNixdorf X11; do
make distclean
./configure --with-drivers=$driver