summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
diff options
context:
space:
mode:
authorIonut Radu <ionutx.radu@intel.com>2013-07-24 14:18:20 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-29 13:09:12 +0100
commit36ef2a771e3d9822c945fb5d901a561e4a85f766 (patch)
treee8ce5bb5706eb96585a8dfda3c4beeceb3790354 /meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
parent007592a883fb6ab99ef2de35df1ecd66420d72c5 (diff)
downloadpoky-36ef2a771e3d9822c945fb5d901a561e4a85f766.tar.gz
libxxf86dga: Updated from 1.1.3 to 1.1.4
(From OE-Core rev: ba832d25b8758811da88b8ef0cfd17d9dabb218d) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"