elput: Initial checkin of elput library
authorChris Michael <cpmichael@osg.samsung.com>
Thu, 24 Mar 2016 15:19:31 +0000 (11:19 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Wed, 13 Apr 2016 18:16:17 +0000 (14:16 -0400)
commitf8964fcf2e4681ab77e0cf37c96e9994d25b19fd
tree4a70ed38cc391e045f5e333ee94fdddf7f4cc851
parentc23a61a49caebca1244fad484cae403bf7a0a0fd
elput: Initial checkin of elput library

The elput library is an efl abstraction for the libinput library which
can be used by various other subsystems (ecore_fb, ecore_drm, etc) to
handle interfacing with libinput without having to duplicate the code
in each subsystem.

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Makefile.am
configure.ac
pc/elput.pc.in [new file with mode: 0644]
src/Makefile.am
src/Makefile_Elput.am [new file with mode: 0644]
src/lib/elput/Elput.h [new file with mode: 0644]
src/lib/elput/elput.c [new file with mode: 0644]
src/lib/elput/elput_private.h [new file with mode: 0644]