From bd4db1c2a21fddd9b1135a41c5adaff3db0f8b3a Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Sun, 10 Nov 2013 17:55:40 +0100 Subject: Port evdev code to be used as a shared library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..30a27dc1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*.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 -- cgit v1.2.3