ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/RCU/Makefile.PL
(Generate patch)

Comparing RCU/Makefile.PL (file contents):
Revision 1.2 by root, Sun Nov 6 17:24:32 2005 UTC vs.
Revision 1.3 by root, Sun Nov 6 18:27:31 2005 UTC

2 2
3$|=1; 3$|=1;
4 4
5print <<EOF; 5print <<EOF;
6 6
7- devlirc is a low-level module than can rpelace lircd in some cases.
8- irman is an intefrace to the proprietary irman device. 7- irman is an intefrace to the proprietary irman device.
9- lirc is an interface to the linux infrared remote control package. 8- lirc is an interface to the linux infrared remote control package.
10 9
110) devlirc interface only 100) no interface
121) devlirc + irman interfaces (requires libirman) 111) irman interfaces (requires libirman)
132) devlirc + lirc interface (requires liblirc_client) 122) lirc interface (requires liblirc_client)
143) devlirc + irman + lirc 133) both irman + lirc interfaces
15 14
16EOF 15EOF
17 16
18$ints = prompt "which interfaces to build", 2; 17$ints = prompt "which interfaces to build", 2;
19 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines