Initial commit
This is a minimal subset of libevdev functions needed on OpenBSD by Wayland applications.
This commit is contained in:
commit
ee36daecae
6 changed files with 1898 additions and 0 deletions
11
libevdev.pc.in
Normal file
11
libevdev.pc.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
datarootdir=@datarootdir@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: Libevdev
|
||||
Description: Event device library
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -levdev
|
Loading…
Add table
Add a link
Reference in a new issue