From cab1c1a4002c5967a26f1ecd1e6384c0f890d454 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 14 Feb 2012 03:17:04 +0000 Subject: driver for TeakLCM by Andreas Thienemann git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1173 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- configure | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 40be149..1e1e1f6 100755 --- a/configure +++ b/configure @@ -1449,7 +1449,7 @@ Optional Packages: Newhaven, Noritake, NULL, Pertelian, PHAnderson, PICGraphic, picoLCD, picoLCDGraphic, PNG, PPM, RouterBoard, Sample, serdisplib, ShuttleVFD, SimpleLCD, st2205, T6963, - Trefon, ULA200, USBHUB, USBLCD, VNC, WincorNixdorf, X11 + TeakLCM, Trefon, ULA200, USBHUB, USBLCD, VNC, WincorNixdorf, X11 --with-plugins= choose which plugins to compile. type --with-plugins=list for a list of avaible plugins @@ -2821,11 +2821,11 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' -AMTAR=${AMTAR-"${am_missing_run}tar"} - -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -6317,6 +6317,7 @@ for driver in $drivers; do SHUTTLEVFD="yes" SIMPLELCD="yes" T6963="yes" + TeakLCM="yes" Trefon="yes" ULA200="yes" USBHUB="yes" @@ -6460,6 +6461,9 @@ for driver in $drivers; do T6963) T6963=$val ;; + TeakLCM) + TeakLCM=$val + ;; Trefon) Trefon=$val ;; @@ -7081,6 +7085,16 @@ $as_echo "$as_me: WARNING: asm/io.h or {linux/parport.h and linux/ppdev.h} not f fi fi +if test "$TeakLCM" = "yes"; then + TEXT="yes" + GPIO="no" + SERIAL="yes" + DRIVERS="$DRIVERS drv_TeakLCM.o" + +$as_echo "#define WITH_TEAK_LCM 1" >>confdefs.h + +fi + if test "$Trefon" = "yes"; then if test "$has_usb" = "true"; then TEXT="yes" -- cgit v1.2.3