summaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorChris Michael <cpmichael@osg.samsung.com>2016-03-24 11:19:31 -0400
committerChris Michael <cpmichael@osg.samsung.com>2016-04-13 14:16:17 -0400
commitf8964fcf2e4681ab77e0cf37c96e9994d25b19fd (patch)
tree4a70ed38cc391e045f5e333ee94fdddf7f4cc851 /pc
parentc23a61a49caebca1244fad484cae403bf7a0a0fd (diff)
downloadefl-f8964fcf2e4681ab77e0cf37c96e9994d25b19fd.tar.gz
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>
Diffstat (limited to 'pc')
-rw-r--r--pc/elput.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pc/elput.pc.in b/pc/elput.pc.in
new file mode 100644
index 0000000000..c345022c06
--- /dev/null
+++ b/pc/elput.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: elput
+Description: E core library, libinput module
+Requires.private: @requirements_pc_elput@
+Version: @VERSION@
+Libs: -L${libdir} -lelput
+Libs.private: @requirements_libs_elput@
+Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/elput-@VMAJ@