Ticket #78 (new enhancement)

Opened 18 months ago

Last modified 17 months ago

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

Add/Change #78 (display driver list)

Author



Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will change. Next status will be 'new'
The owner will change to anonymous. Next status will be 'assigned'
 
Note: See TracTickets for help on using tickets.