Commit | Line | Data |
---|---|---|
abbca718 LOK |
1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | |
3 | libdir=@libdir@ | |
4c9b9776 | 4 | includedir=@includedir@ |
abbca718 LOK |
5 | |
6 | Name: libcec | |
761dcc45 | 7 | Description: Pulse-Eight CEC adapter library |
abbca718 LOK |
8 | URL: http://www.pulse-eight.com/ |
9 | Version: @VERSION@ | |
3e703e8e | 10 | Requires: @REQUIRES@ |
4a86fa72 | 11 | Libs: -L${libdir} -lcec |
4c9b9776 | 12 | Cflags: -I${includedir} -I${includedir}/libcec |