mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 00:00:14 +01:00
14 lines
316 B
PkgConfig
14 lines
316 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
|
|
Libs.private: -lm -lrt
|
|
Requires.private: libudev
|