Remove unused pc.in files

These have not been used since the switch to meson.

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1232>
This commit is contained in:
Peter Hutterer 2025-06-19 10:39:23 +10:00 committed by Marge Bot
parent f6c4a361c0
commit b1bc500e0d
2 changed files with 0 additions and 24 deletions

View file

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

View file

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