aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-24 05:55:04 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-24 05:55:04 +0000
commit410645dbeaaae83a2f94b4396ac69759e205092c (patch)
tree753366deb77273164e34314735ef4d3ce5499701 /configure
parent6c9b3154be6c2cf216f4a35be384e7c4a36cc4bd (diff)
downloadlcd4linux-410645dbeaaae83a2f94b4396ac69759e205092c.tar.gz
[lcd4linux @ 2004-02-24 05:54:57 by reinelt]
X11 driver ported git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@375 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
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