summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/libinput_1.11.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-16 17:05:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-19 17:03:24 +0000
commit4d64e87ce341459666f0bb5e3e764e3345709237 (patch)
tree13c009c58d1b24da90c662d7b3c25c69ff69fca7 /meta/recipes-graphics/wayland/libinput_1.11.3.bb
parent3f84fa1d0cfe60c058ee823efbabdd4b3dcbf8bd (diff)
downloadpoky-4d64e87ce341459666f0bb5e3e764e3345709237.tar.gz
libinput: upgrade 1.11.3 -> 1.12.1
(From OE-Core rev: 54b58dab8c76279ef7f9d2bd8ec1018dbcdf958b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/libinput_1.11.3.bb')
-rw-r--r--meta/recipes-graphics/wayland/libinput_1.11.3.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.11.3.bb b/meta/recipes-graphics/wayland/libinput_1.11.3.bb
deleted file mode 100644
index 12e2091c0f..0000000000
--- a/meta/recipes-graphics/wayland/libinput_1.11.3.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 \
11 "
12SRC_URI[md5sum] = "df6e877f11de4a9793511e9abfe7ef01"
13SRC_URI[sha256sum] = "f31191d96e425b4f16319842279d65946d9d983dcd3d9e466ae1206aa10ecb06"
14
15UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
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"