summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/libinput_1.9.4.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2018-01-31 16:58:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-06 11:06:28 +0000
commit691fe3f4560ffe87ced13570b29115db29510cc2 (patch)
tree508d2bafa7f015667ff10c64124103c06d83e051 /meta/recipes-graphics/wayland/libinput_1.9.4.bb
parent1bd9013c31c38c0fbfe35aa548acd3cb3ca1ce0b (diff)
downloadpoky-691fe3f4560ffe87ced13570b29115db29510cc2.tar.gz
libinput: upgrade to version 1.9.4
1.8.4 -> 1.9.4 (From OE-Core rev: fc4c234b8e7ae31d3632e6ec749ea16c59657dcf) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/libinput_1.9.4.bb')
-rw-r--r--meta/recipes-graphics/wayland/libinput_1.9.4.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.9.4.bb b/meta/recipes-graphics/wayland/libinput_1.9.4.bb
new file mode 100644
index 0000000000..2843314ad7
--- /dev/null
+++ b/meta/recipes-graphics/wayland/libinput_1.9.4.bb
@@ -0,0 +1,28 @@
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 \
11 "
12SRC_URI[md5sum] = "8b43d07d1698fb207a0492fc67554d4f"
13SRC_URI[sha256sum] = "0bcdbd4c4e3c2a2db322fbdf2ef3284f2e6d6fb7be3af80e6d8de7783f675190"
14
15inherit meson pkgconfig lib_package
16
17PACKAGECONFIG ??= ""
18PACKAGECONFIG[libwacom] = "-Dlibwacom=true,-Dlibwacom=false,libwacom"
19PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3"
20
21UDEVDIR = "`pkg-config --variable=udevdir udev`"
22
23EXTRA_OEMESON += "-Dudev-dir=${UDEVDIR} -Ddocumentation=false -Dtests=false"
24
25# package name changed in 1.8.1 upgrade: make sure package upgrades work
26RPROVIDES_${PN} = "libinput"
27RREPLACES_${PN} = "libinput"
28RCONFLICTS_${PN} = "libinput"