Changeset 816

Show
Ignore:
Timestamp:
06/22/07 18:40:56 (17 months ago)
Author:
volker
Message:

keypad support added for X11 driver

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/volker_dev/drivers.m4

    r803 r816  
    258258if test "$CWLINUX" = "yes"; then 
    259259   TEXT="yes" 
     260   # CW12232 is graphic, but can be driven as a text display 
     261   ## GRAPHIC="yes" 
    260262   GPIO="yes" 
    261263   SERIAL="yes" 
     
    517519   else 
    518520      GRAPHIC="yes" 
     521      KEYPAD="yes" 
    519522      DRIVERS="$DRIVERS drv_X11.o" 
    520523      if test "x$ac_x_libraries" = "x"; then