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
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)
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}
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"