aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-30 16:46:57 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-30 16:46:57 +0000
commit668e3626f8770f655164687ca59f1f23b60fb638 (patch)
treefbe96ccf9a9479df23bb99d460772ba9713b1119 /display.c
parent277c1c4e412df449ea56ffac9f18a14c8b637fc9 (diff)
downloadlcd4linux-668e3626f8770f655164687ca59f1f23b60fb638.tar.gz
[lcd4linux @ 2000-03-30 16:46:57 by reinelt]
configure now handles '--with-x' and '--without-x' correct git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@27 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--display.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/display.c b/display.c
index 58f333b..92636b8 100644
--- a/display.c
+++ b/display.c
@@ -1,4 +1,4 @@
-/* $Id: display.c,v 1.12 2000/03/26 18:46:28 reinelt Exp $
+/* $Id: display.c,v 1.13 2000/03/30 16:46:57 reinelt Exp $
*
* framework for device drivers
*
@@ -20,6 +20,10 @@
*
*
* $Log: display.c,v $
+ * Revision 1.13 2000/03/30 16:46:57 reinelt
+ *
+ * configure now handles '--with-x' and '--without-x' correct
+ *
* Revision 1.12 2000/03/26 18:46:28 reinelt
*
* bug in pixmap.c that leaded to empty bars fixed
@@ -117,7 +121,9 @@ FAMILY Driver[] = {
{ "Skeleton", Skeleton },
{ "Matrix Orbital", MatrixOrbital },
{ "Raster", Raster },
+#ifndef X_DISPLAY_MISSING
{ "X Window System", XWindow },
+#endif
{ NULL }
};