aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app/xcursorgen_1.0.4.bb
diff options
context:
space:
mode:
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"