summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/libinput_1.14.0.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-08-08 19:45:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-12 16:20:00 +0100
commit52b3d0a8a623723e946dcf490861a75e6f77e54e (patch)
tree98737b9165c3c51f9cded1d460ef85150cf4608a /meta/recipes-graphics/wayland/libinput_1.14.0.bb
parent9f07b2836405d86e869780f8f1ae00843eadc409 (diff)
downloadopenembedded-core-contrib-52b3d0a8a623723e946dcf490861a75e6f77e54e.tar.gz
libinput: update to 1.14.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/libinput_1.14.0.bb')
-rw-r--r--meta/recipes-graphics/wayland/libinput_1.14.0.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.14.0.bb b/meta/recipes-graphics/wayland/libinput_1.14.0.bb
new file mode 100644
index 0000000000..d236f3fa08
--- /dev/null
+++ b/meta/recipes-graphics/wayland/libinput_1.14.0.bb
@@ -0,0 +1,29 @@
+SUMMARY = "Library to handle input devices in Wayland compositors"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
+SECTION = "libs"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1f2ea9ebff3a2c6d458faf58492efb63"
+
+DEPENDS = "libevdev udev mtdev"
+
+SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
+SRC_URI[md5sum] = "1c33d49fc7985926eab877e3de9c17eb"
+SRC_URI[sha256sum] = "7cb85c24f8920b81bc5360220107e267ab4e0e718704c7690a8c7b03fa14fc67"
+
+UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
+
+inherit meson pkgconfig lib_package
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[libwacom] = "-Dlibwacom=true,-Dlibwacom=false,libwacom"
+PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3"
+
+UDEVDIR = "`pkg-config --variable=udevdir udev`"
+
+EXTRA_OEMESON += "-Dudev-dir=${UDEVDIR} -Ddocumentation=false -Dtests=false"
+
+# package name changed in 1.8.1 upgrade: make sure package upgrades work
+RPROVIDES_${PN} = "libinput"
+RREPLACES_${PN} = "libinput"
+RCONFLICTS_${PN} = "libinput"