summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
new file mode 100644
index 0000000000..695a39637c
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
@@ -0,0 +1,19 @@
1require 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 xf86dgaproto"
13
14PE = "1"
15
16SRC_URI[md5sum] = "d7dd9b9df336b7dd4028b6b56542ff2c"
17SRC_URI[sha256sum] = "8eecd4b6c1df9a3704c04733c2f4fa93ef469b55028af5510b25818e2456c77e"
18
19XORG_PN = "libXxf86dga"