summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/libinput_1.8.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-10-10 15:04:37 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-09 12:33:17 +0000
commit43fac418b888d169d31f9d593695c570579c9cc8 (patch)
treee572cb4d8adfd22ce2155fe8db818ff31e59885e /meta/recipes-graphics/wayland/libinput_1.8.1.bb
parent0e8f5b62507c679ca1d14d4ca10e4900e77889c4 (diff)
downloadpoky-43fac418b888d169d31f9d593695c570579c9cc8.tar.gz
libinput: update to 1.8.3
Drop upstreamed patch. (From OE-Core rev: ba8606db1b8b6d51cf76d4fb0db39780a4a72056) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/libinput_1.8.1.bb')
-rw-r--r--meta/recipes-graphics/wayland/libinput_1.8.1.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.8.1.bb b/meta/recipes-graphics/wayland/libinput_1.8.1.bb
deleted file mode 100644
index a21babeb09..0000000000
--- a/meta/recipes-graphics/wayland/libinput_1.8.1.bb
+++ /dev/null
@@ -1,31 +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=2184aef38ff137ed33ce9a63b9d1eb8f"
7
8DEPENDS = "libevdev udev mtdev"
9
10SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \
11 file://0001-tools-Fix-race-in-autotools-install.patch \
12"
13
14SRC_URI[md5sum] = "8247f0bb67052ffb272c50c3cb9c5998"
15SRC_URI[sha256sum] = "e3590a9037e561a5791c8bd3b34bfd30fad5cacd8cbefc0d75fafe3a41d07147"
16
17inherit autotools pkgconfig lib_package
18
19PACKAGECONFIG ??= ""
20PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind"
21PACKAGECONFIG[libwacom] = "--enable-libwacom,--disable-libwacom,libwacom"
22PACKAGECONFIG[gui] = "--enable-debug-gui,--disable-debug-gui,cairo gtk+3"
23
24UDEVDIR = "`pkg-config --variable=udevdir udev`"
25
26EXTRA_OECONF += "--with-udev-dir=${UDEVDIR} --disable-documentation --disable-tests"
27
28# package name changed in 1.8.1 upgrade: make sure package upgrades work
29RPROVIDES_${PN} = "libinput"
30RREPLACES_${PN} = "libinput"
31RCONFLICTS_${PN} = "libinput"