diff options
| author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-11-06 21:34:36 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-11 14:07:08 +0000 |
| commit | 93b2c25ee7abe524c49f79255466899165ceac75 (patch) | |
| tree | ea29e06a79ad5b84f978fbbeab684fcd5ef25f6e /meta/recipes-graphics/wayland/libinput_1.14.1.bb | |
| parent | 93834891023dae5af3ed06beb6bd3f91d32d3a2a (diff) | |
| download | poky-93b2c25ee7abe524c49f79255466899165ceac75.tar.gz | |
meta: add missing description for some recipes in graphics
(From OE-Core rev: b025b433c6e7d9d7f5d09ae15e89fa038fb0d91f)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/libinput_1.14.1.bb')
| -rw-r--r-- | meta/recipes-graphics/wayland/libinput_1.14.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.14.1.bb b/meta/recipes-graphics/wayland/libinput_1.14.1.bb index 38bc8d2c33..c74a9bad1f 100644 --- a/meta/recipes-graphics/wayland/libinput_1.14.1.bb +++ b/meta/recipes-graphics/wayland/libinput_1.14.1.bb | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | SUMMARY = "Library to handle input devices in Wayland compositors" | 1 | SUMMARY = "Library to handle input devices in Wayland compositors" |
| 2 | DESCRIPTION = "libinput is a library to handle input devices in Wayland \ | ||
| 3 | compositors and to provide a generic X.Org input driver. It provides \ | ||
| 4 | device detection, device handling, input device event processing and \ | ||
| 5 | abstraction so minimize the amount of custom input code compositors need to \ | ||
| 6 | provide the common set of functionality that users expect." | ||
| 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/" | 7 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/" |
| 3 | SECTION = "libs" | 8 | SECTION = "libs" |
| 4 | 9 | ||
