Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [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 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 12 | DEPENDS += "libxext" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 13 | |
| 14 | PE = "1" |
| 15 | |
| 16 | SRC_URI[md5sum] = "d7dd9b9df336b7dd4028b6b56542ff2c" |
| 17 | SRC_URI[sha256sum] = "8eecd4b6c1df9a3704c04733c2f4fa93ef469b55028af5510b25818e2456c77e" |
| 18 | |
| 19 | XORG_PN = "libXxf86dga" |