diff options
Diffstat (limited to 'recipes/obsolete/xorg/xorg-app/xcursorgen_1.0.2.bb')
-rw-r--r-- | recipes/obsolete/xorg/xorg-app/xcursorgen_1.0.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/obsolete/xorg/xorg-app/xcursorgen_1.0.2.bb b/recipes/obsolete/xorg/xorg-app/xcursorgen_1.0.2.bb new file mode 100644 index 0000000000..a058a88af5 --- /dev/null +++ b/recipes/obsolete/xorg/xorg-app/xcursorgen_1.0.2.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] = "6fc90896b8c786cb1a2100b4167f7874" +SRC_URI[archive.sha256sum] = "e009322bd2afef8d4ad91bcb6b17874e1cd00b1aaf397e7019a82cc44f3c174e" + +BBCLASSEXTEND = "native" |