From 1b780dd648c21e2e2d81c1102bfc5fddf03fb5d9 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Tue, 24 Feb 2004 05:55:04 +0000 Subject: [lcd4linux @ 2004-02-24 05:54:57 by reinelt] X11 driver ported --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index f13c9d7..fcc70b9 100755 --- a/configure +++ b/configure @@ -21096,8 +21096,9 @@ if test "$X11" = "yes"; then echo "$as_me: error: X11 headers or libraries not available: X11 driver disabled" >&2;} { (exit 1); exit 1; }; } else -# DRIVERS="$DRIVERS XWindow.lo" -# DRIVERS="$DRIVERS XWindow.o" + GRAPHIC="yes" +# DRIVERS="$DRIVERS drv_X11.lo" + DRIVERS="$DRIVERS drv_X11.o" DRVLIBS="$DRVLIBS -L$ac_x_libraries -lX11" cat >>confdefs.h <<\_ACEOF -- cgit v1.2.3