mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
libinput: add 0.6.0 version
libinput is an optional dependency for Weston to handle input devices externally, which provides better support especially for touch devices. (From OE-Core rev: c4641a70a54e7cd3d17f448fa920c94e6610b654) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8569e10e59
commit
24dc5f436b
14
meta/recipes-graphics/wayland/libinput_0.6.0.bb
Normal file
14
meta/recipes-graphics/wayland/libinput_0.6.0.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
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=673e626420c7f859fbe2be3a9c13632d"
|
||||
|
||||
DEPENDS = "libevdev udev mtdev"
|
||||
|
||||
SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
|
||||
SRC_URI[md5sum] = "3afaf9f66d8796323a79edb879c10ba3"
|
||||
SRC_URI[sha256sum] = "30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user