summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/libinput_1.14.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-09-18 12:01:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-19 10:54:32 +0100
commitc5717f3515a0de57b353d808aa2a3282bb246b32 (patch)
treed9b558514709b16e0b25b62190a9d2d70cf36fe0 /meta/recipes-graphics/wayland/libinput_1.14.0.bb
parent0f866a92e18f992ab3833ce5df79bdd24593b7ca (diff)
downloadpoky-c5717f3515a0de57b353d808aa2a3282bb246b32.tar.gz
libinput: upgrade 1.14.0 -> 1.14.1
(From OE-Core rev: 58aa346673428132dacbc4cd060106b23c8edd71) 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.14.0.bb')
-rw-r--r--meta/recipes-graphics/wayland/libinput_1.14.0.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.14.0.bb b/meta/recipes-graphics/wayland/libinput_1.14.0.bb
deleted file mode 100644
index d236f3fa08..0000000000
--- a/meta/recipes-graphics/wayland/libinput_1.14.0.bb
+++ /dev/null
@@ -1,29 +0,0 @@
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=1f2ea9ebff3a2c6d458faf58492efb63"
7
8DEPENDS = "libevdev udev mtdev"
9
10SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
11SRC_URI[md5sum] = "1c33d49fc7985926eab877e3de9c17eb"
12SRC_URI[sha256sum] = "7cb85c24f8920b81bc5360220107e267ab4e0e718704c7690a8c7b03fa14fc67"
13
14UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
15
16inherit meson pkgconfig lib_package
17
18PACKAGECONFIG ??= ""
19PACKAGECONFIG[libwacom] = "-Dlibwacom=true,-Dlibwacom=false,libwacom"
20PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3"
21
22UDEVDIR = "`pkg-config --variable=udevdir udev`"
23
24EXTRA_OEMESON += "-Dudev-dir=${UDEVDIR} -Ddocumentation=false -Dtests=false"
25
26# package name changed in 1.8.1 upgrade: make sure package upgrades work
27RPROVIDES_${PN} = "libinput"
28RREPLACES_${PN} = "libinput"
29RCONFLICTS_${PN} = "libinput"