diff options
Diffstat (limited to 'recipes/xorg-app/xcursorgen_1.0.2.bb')
-rw-r--r-- | recipes/xorg-app/xcursorgen_1.0.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/xorg-app/xcursorgen_1.0.2.bb b/recipes/xorg-app/xcursorgen_1.0.2.bb new file mode 100644 index 0000000000..98e619e99a --- /dev/null +++ b/recipes/xorg-app/xcursorgen_1.0.2.bb @@ -0,0 +1,4 @@ +require xorg-app-common.inc +DESCRIPTION = "create an X cursor file from a collection of PNG images" +DEPENDS += " virtual/libx11 libxcursor libpng" +PE = "1" |