buildsystem: add missing uninstalled pkg-config infra

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>
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-08-26 13:48:17 -05:00 committed by Peter Hutterer
parent f2d809ebe0
commit 4b92ba968a
2 changed files with 11 additions and 0 deletions

View file

@ -241,6 +241,7 @@ AC_CONFIG_FILES([Makefile
doc/libinput.doxygen
src/Makefile
src/libinput.pc
src/libinput-uninstalled.pc
src/libinput-version.h
test/Makefile
tools/Makefile

View file

@ -0,0 +1,10 @@
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