aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app/xcursorgen_1.0.4.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-09-28 15:58:17 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-09-28 22:34:27 +0200
commit6e7e35679200cd55264fae308cd5dec7ef2d1d29 (patch)
tree0088c585e05894bd5cc67ef3424d7667acaa76a8 /recipes/xorg-app/xcursorgen_1.0.4.bb
parent2fc04974d41f8b32cd267cdad23370abfd710b27 (diff)
downloadopenembedded-6e7e35679200cd55264fae308cd5dec7ef2d1d29.tar.gz
xorg: add new recipes for versions from 2010-09-28
* remove 3 old recipes for versions not pinned by any preferred-xorg-versions * libx11 will be pushed soon Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xcursorgen_1.0.4.bb')
-rw-r--r--recipes/xorg-app/xcursorgen_1.0.4.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/xorg-app/xcursorgen_1.0.4.bb b/recipes/xorg-app/xcursorgen_1.0.4.bb
new file mode 100644
index 0000000000..c7e967ae3d
--- /dev/null
+++ b/recipes/xorg-app/xcursorgen_1.0.4.bb
@@ -0,0 +1,10 @@
+require xorg-app-common.inc
+DESCRIPTION = "create an X cursor file from a collection of PNG images"
+DEPENDS += " libxcursor libpng"
+PE = "1"
+PR = "${INC_PR}.1"
+
+SRC_URI[archive.md5sum] = "731c39ea88217c12ddd37f8627d97f3f"
+SRC_URI[archive.sha256sum] = "de2adb2f44ffee906024e53322aeb728d46061e6ca8e6f5a7e0da2c00d6f5f1d"
+
+BBCLASSEXTEND = "native"