[lcd4linux @ 2004-03-14 06:07:33 by reinelt]

Status update.
Fixed bug in configure.in with X11 disabled (thanks to Kevin Liu)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@400 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
reinelt
2004-03-14 06:07:33 +00:00
parent 442be49e79
commit 924eabb9ce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,6 +35,7 @@ Lcd4Linux NextGeneration porting status
plugin_proc_stat -> Finished (proc_stat, cpu, disk) {cb ci cn cs cu dm dr dt dw}
plugin_uname -> Finished (uname) {o v}
plugin_xmms -> Finished (xmms) NEW
plugin_seti -> Finished (seti) {hc ht}
plugin_wifi -> To be done (Xavier or Martin)
@@ -43,7 +44,6 @@ Lcd4Linux NextGeneration porting status
tokens not ported :
battery {bd bp bs}
mail {e* u*}
seti {hc ht}
ISDN {ic ii im io it}
exec {x*}
wifi {ws wl wn}
+1 -1
View File
@@ -244,7 +244,7 @@ fi
if test "$X11" = "yes"; then
if test "$no_x" = "yes"; then
AC_MSG_ERROR(X11 headers or libraries not available: X11 driver disabled)
AC_MSG_WARN(X11 headers or libraries not available: X11 driver disabled)
else
GRAPHIC="yes"
# DRIVERS="$DRIVERS drv_X11.lo"