mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2006-08-17 05:06:26 by reinelt]
LCD2USB driver missing keypad symbols fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@698 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -7769,6 +7769,7 @@ fi
|
||||
if test "$CURSES" = "yes"; then
|
||||
if test "$has_curses" = true; then
|
||||
TEXT="yes"
|
||||
KEYPAD="yes"
|
||||
DRIVERS="$DRIVERS drv_Curses.o"
|
||||
DRVLIBS="$DRVLIBS $CURSES_LIBS"
|
||||
CPPFLAGS="$CPPFLAGS $CURSES_INCLUDES"
|
||||
@@ -7828,6 +7829,7 @@ if test "$LCD2USB" = "yes"; then
|
||||
if test "$has_usb" = "true"; then
|
||||
TEXT="yes"
|
||||
SERIAL="yes"
|
||||
KEYPAD="yes"
|
||||
DRIVERS="$DRIVERS drv_LCD2USB.o"
|
||||
LIBUSB="yes"
|
||||
|
||||
|
||||
@@ -230,6 +230,7 @@ fi
|
||||
if test "$CURSES" = "yes"; then
|
||||
if test "$has_curses" = true; then
|
||||
TEXT="yes"
|
||||
KEYPAD="yes"
|
||||
DRIVERS="$DRIVERS drv_Curses.o"
|
||||
DRVLIBS="$DRVLIBS $CURSES_LIBS"
|
||||
CPPFLAGS="$CPPFLAGS $CURSES_INCLUDES"
|
||||
@@ -271,6 +272,7 @@ if test "$LCD2USB" = "yes"; then
|
||||
if test "$has_usb" = "true"; then
|
||||
TEXT="yes"
|
||||
SERIAL="yes"
|
||||
KEYPAD="yes"
|
||||
DRIVERS="$DRIVERS drv_LCD2USB.o"
|
||||
LIBUSB="yes"
|
||||
AC_DEFINE(WITH_LCD2USB,1,[LCD2USB driver])
|
||||
|
||||
Reference in New Issue
Block a user