summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/libinput_0.18.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/libinput_0.18.0.bb')
-rw-r--r--meta/recipes-graphics/wayland/libinput_0.18.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_0.18.0.bb b/meta/recipes-graphics/wayland/libinput_0.18.0.bb
new file mode 100644
index 0000000000..0fe1c6c59b
--- /dev/null
+++ b/meta/recipes-graphics/wayland/libinput_0.18.0.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Library to handle input devices in Wayland compositors"
2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
3SECTION = "libs"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://COPYING;md5=2184aef38ff137ed33ce9a63b9d1eb8f"
7
8DEPENDS = "libevdev udev mtdev"
9
10SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
11SRC_URI[md5sum] = "0ddbb0d53d58dec0a86de6791560011a"
12SRC_URI[sha256sum] = "64a70f96bab17a22eaf2fd7af17cf83def3388374096c7623be9448f62808cda"
13
14inherit autotools pkgconfig
15
16FILES_${PN} += "${libdir}/udev/"
17FILES_${PN}-dbg += "${libdir}/udev/.debug"