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