blob: e1cb3456588bf61c2928a356fb3fb313e37d64eb [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001require xorg-lib-common.inc
2
3SUMMARY = "XFree86-DGA: XFree86 Direct Graphics Access extension library"
4
5DESCRIPTION = "libXxf86dga provides the XFree86-DGA extension, which \
6allows direct graphics access to a framebuffer-like region, and also \
7allows relative mouse reporting, et al. It is mainly used by games and \
8emulators for games."
9
10LIC_FILES_CHKSUM = "file://COPYING;md5=abb99ac125f84f424a4278153988e32f"
11
12DEPENDS += "libxext"
13
14PE = "1"
15
16SRC_URI[md5sum] = "0ddeafc13b33086357cfa96fae41ee8e"
17SRC_URI[sha256sum] = "2b98bc5f506c6140d4eddd3990842d30f5dae733b64f198a504f07461bdb7203"
18
19XORG_PN = "libXxf86dga"