Michael Spang | 41839ae | 2014-03-11 13:01:04 -0400 | [diff] [blame] | 1 | prefix=/usr |
2 | exec_prefix=${prefix} | ||||
3 | includedir=${prefix}/include | ||||
4 | libdir=${exec_prefix}/lib | ||||
5 | |||||
6 | Name: libevdev-cros | ||||
7 | Description: The libevdev library (ChromeOS version) | ||||
8 | Version: 0 | ||||
9 | Cflags: -I${includedir} | ||||
10 | Libs: -L${libdir} -levdev |