mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 02:50:27 +01:00
This commit introduces build script configuration for building a shared library 'libinput.so' containing the evdev input device functionality from weston. evdev.c, evdev.h and evdev-touchpad.c are ported to not use the data structures and API in weston and libwayland-server in order to minimize dependencies. The API of filter.c and filter.h are renamed to not include the 'weston_' prefix. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
26 lines
275 B
Text
26 lines
275 B
Text
*.o
|
|
*.pc
|
|
*.la
|
|
*.lo
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
stamp-h1
|
|
src/.libs/
|
|
src/.deps/
|
|
src/Makefile
|
|
src/Makefile.in
|
|
src/libinput-version.h
|