diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/inputproto_git.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/inputproto_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_git.bb b/meta/recipes-graphics/xorg-proto/inputproto_git.bb index a97fb0bfab..f1cbbb86fb 100644 --- a/meta/recipes-graphics/xorg-proto/inputproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/inputproto_git.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XI: X Input extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Input \ | ||
6 | extension. The extension supports input devices other then the core X \ | ||
7 | keyboard and pointer." | ||
8 | |||
3 | PR = "r1" | 9 | PR = "r1" |
4 | PE = "1" | 10 | PE = "1" |
5 | PV = "1.9.99.12+git${SRCPV}" | 11 | PV = "1.9.99.12+git${SRCPV}" |