diff options
author | Armin Kuster <akuster808@gmail.com> | 2014-12-30 20:12:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 17:04:47 +0000 |
commit | 93f902f50691a9adc97ec5f267744204a3396c52 (patch) | |
tree | b0e6632807331c4bf1c45cabe1f3df49abf94063 /meta/recipes-graphics/wayland/libinput_0.6.0.bb | |
parent | 4ae6e8f4dde7b322f2d3bbb1c30dab3b2eb26378 (diff) | |
download | poky-93f902f50691a9adc97ec5f267744204a3396c52.tar.gz |
libinput: update to 0.7.0
(From OE-Core rev: f25e913dbc400a8c72fbd93b2754501d5b61e3df)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/libinput_0.6.0.bb')
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_0.6.0.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_0.6.0.bb b/meta/recipes-graphics/wayland/libinput_0.6.0.bb deleted file mode 100644 index c3bbb7b0af..0000000000 --- a/meta/recipes-graphics/wayland/libinput_0.6.0.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | SUMMARY = "Library to handle input devices in Wayland compositors" | ||
2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/" | ||
3 | SECTION = "libs" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=673e626420c7f859fbe2be3a9c13632d" | ||
7 | |||
8 | DEPENDS = "libevdev udev mtdev" | ||
9 | |||
10 | SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz" | ||
11 | SRC_URI[md5sum] = "3afaf9f66d8796323a79edb879c10ba3" | ||
12 | SRC_URI[sha256sum] = "30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc" | ||
13 | |||
14 | inherit autotools pkgconfig | ||