Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit c82bce9

Browse files
committed
Added libevdevc-cros.pc
1 parent 301fa06 commit c82bce9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

libevdevc-cros.pc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)