mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 21:40:40 +01:00
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:
parent
f2d809ebe0
commit
4b92ba968a
2 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
10
src/libinput-uninstalled.pc.in
Normal file
10
src/libinput-uninstalled.pc.in
Normal 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
|
||||
Loading…
Add table
Reference in a new issue