diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb b/meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb index 99f1f0ea6f..f70d79daeb 100644 --- a/meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb +++ b/meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb | |||
@@ -1,5 +1,12 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XFree86-DGA: XFree86 Direct Graphics Access extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the XFree86 \ | ||
6 | Direct Graphics Access extension. This extension allows direct graphics \ | ||
7 | access to a framebuffer-like region, as well as relative mouse \ | ||
8 | reporting." | ||
9 | |||
3 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" |
5 | 12 | ||