mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[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:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user