diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-22 12:32:30 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-22 19:51:03 +0200 |
commit | 5cb3bdc4a3151c4ee9f7822e75ac9bf6d70395a4 (patch) | |
tree | 2e795749e30328e8bfeda4ccc882a18e9bdb3e53 /recipes/xorg-lib/libxdamage_1.1.3.bb | |
parent | 034c2cd49aa881b1b9dbc4f0abc203d5eaff11dd (diff) |
xorg: bump packages 2010-06-22
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libxdamage_1.1.3.bb')
-rw-r--r-- | recipes/xorg-lib/libxdamage_1.1.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxdamage_1.1.3.bb b/recipes/xorg-lib/libxdamage_1.1.3.bb new file mode 100644 index 0000000000..bcef444951 --- /dev/null +++ b/recipes/xorg-lib/libxdamage_1.1.3.bb @@ -0,0 +1,13 @@ +require xorg-lib-common.inc + +DESCRIPTION = "X11 damaged region extension library" +LICENSE= "BSD-X" +DEPENDS += "damageproto libxfixes" +PROVIDES = "xdamage" +PR = "r1" +PE = "1" + +XORG_PN = "libXdamage" + +SRC_URI[archive.md5sum] = "44774e1a065158b52f1a0da5100cebec" +SRC_URI[archive.sha256sum] = "bc6169c826d3cb17435ca84e1b479d65e4b51df1e48bbc3ec39a9cabf842c7a8" |