This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
libinput
Watch
1
Star
0
Fork
You've already forked libinput
0
mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced
2026-04-30 22:38:08 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
caaf170f4d
libinput
/
Makefile.am
4 lines
65 B
Text
Raw
Normal View
History
Unescape
Escape
Add the framework for a test suite Just the scaffolding, no actual tests just yet Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-12-06 14:17:35 +10:00
SUBDIRS = src doc test
Port evdev code to be used as a shared library 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>
2013-11-10 17:55:40 +01:00
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
Reference in a new issue
Copy permalink