diff options
Diffstat (limited to '')
-rwxr-xr-x | configure | 1 | ||||
-rw-r--r-- | drivers.m4 | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -6846,6 +6846,7 @@ if test "$PICOLCDGRAPHIC" = "yes"; then if test "$has_usb" = "true"; then TEXT="yes" GRAPHIC="yes" + KEYPAD="yes" GPIO="yes" SERIAL="yes" LIBUSB="yes" @@ -601,6 +601,7 @@ if test "$PICOLCDGRAPHIC" = "yes"; then if test "$has_usb" = "true"; then TEXT="yes" GRAPHIC="yes" + KEYPAD="yes" GPIO="yes" SERIAL="yes" LIBUSB="yes" |