diff options
author | reinelt <> | 2004-02-24 05:55:04 +0000 |
---|---|---|
committer | reinelt <> | 2004-02-24 05:55:04 +0000 |
commit | 1b780dd648c21e2e2d81c1102bfc5fddf03fb5d9 (patch) | |
tree | 753366deb77273164e34314735ef4d3ce5499701 /configure | |
parent | 62b74217df3d0b8d1de3e5c0721a729ad265ade1 (diff) | |
download | lcd4linux-1b780dd648c21e2e2d81c1102bfc5fddf03fb5d9.tar.gz |
[lcd4linux @ 2004-02-24 05:54:57 by reinelt]
X11 driver ported
Diffstat (limited to '')
-rwxr-xr-x | configure | 5 | ||||
-rw-r--r-- | configure.in | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -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 diff --git a/configure.in b/configure.in index 8ea41cf..ef4ec57 100644 --- a/configure.in +++ b/configure.in @@ -246,8 +246,9 @@ if test "$X11" = "yes"; then if test "$no_x" = "yes"; then AC_MSG_ERROR(X11 headers or libraries not available: X11 driver disabled) 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" AC_DEFINE(WITH_X11,1,[X11 driver]) fi |