mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-07 21:40:36 +01:00
13 lines
267 B
PkgConfig
13 lines
267 B
PkgConfig
|
|
prefix=@prefix@
|
||
|
|
exec_prefix=@exec_prefix@
|
||
|
|
datarootdir=@datarootdir@
|
||
|
|
pkgdatadir=@datadir@/@PACKAGE@
|
||
|
|
libdir=@libdir@
|
||
|
|
includedir=@includedir@
|
||
|
|
|
||
|
|
Name: Libinput
|
||
|
|
Description: Input device library
|
||
|
|
Version: @LIBINPUT_VERSION@
|
||
|
|
Cflags: -I${includedir}
|
||
|
|
Libs: -L${libdir} -linput
|