mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 03:30:05 +01:00
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com> Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
10 lines
245 B
PkgConfig
10 lines
245 B
PkgConfig
libdir=@abs_builddir@/.libs
|
|
includedir=@abs_srcdir@
|
|
|
|
Name: Libinput
|
|
Description: Input device library (not installed)
|
|
Version: @LIBINPUT_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -linput
|
|
Libs.private: -lm -lrt
|
|
Requires.private: libudev
|