diff options
author | Ionut Radu <ionutx.radu@intel.com> | 2013-07-24 14:18:20 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:12 +0100 |
commit | 36ef2a771e3d9822c945fb5d901a561e4a85f766 (patch) | |
tree | e8ce5bb5706eb96585a8dfda3c4beeceb3790354 /meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb | |
parent | 007592a883fb6ab99ef2de35df1ecd66420d72c5 (diff) | |
download | poky-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.bb | 19 |
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 @@ | |||
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 xf86dgaproto" | ||
13 | |||
14 | PE = "1" | ||
15 | |||
16 | SRC_URI[md5sum] = "d7dd9b9df336b7dd4028b6b56542ff2c" | ||
17 | SRC_URI[sha256sum] = "8eecd4b6c1df9a3704c04733c2f4fa93ef469b55028af5510b25818e2456c77e" | ||
18 | |||
19 | XORG_PN = "libXxf86dga" | ||