Ticket #78 (new enhancement)
display driver list
| Reported by: | michu | Owned by: | michael |
|---|---|---|---|
| Priority: | normal | Component: | lcd4linux |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
Index: plugins.m4 =================================================================== --- plugins.m4 (revision 803) +++ plugins.m4 (working copy) @@ -27,8 +27,15 @@ AC_ARG_WITH( plugins, [ --with-plugins=<list> choose which plugins to compile.] - [ type --with-plugins=list for a list] - [ of avaible plugins], + [ 'all' (default) compiles all available plugins,] + [ plugins may be excluded with 'all,!<plugin>',] + [ (try 'all,\!<plugin>' if your shell complains...)] + [ possible plugins are:] + [ apm, cpuinfo, diskstats, dvb, exec, file, gps] + [ i2c_sensors, iconv, imon, isdn, kvv, loadavg,] + [ meminfo, mpd, netdev, pop3, ppp, proc_stat] + [ python, sample, seti, statfs, uname, uptime] + [ wireless, xmms], plugins=$withval, plugins=all )
this should display all plugins in the ./configure --help screen.
Attachments
Note: See
TracTickets for help on using
tickets.
