diff options
Diffstat (limited to 'recipes/xorg-app/xcursorgen_1.0.2.bb')
-rw-r--r-- | recipes/xorg-app/xcursorgen_1.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-app/xcursorgen_1.0.2.bb b/recipes/xorg-app/xcursorgen_1.0.2.bb index 5083d7b5b4..08de83648e 100644 --- a/recipes/xorg-app/xcursorgen_1.0.2.bb +++ b/recipes/xorg-app/xcursorgen_1.0.2.bb @@ -1,6 +1,6 @@ require xorg-app-common.inc DESCRIPTION = "create an X cursor file from a collection of PNG images" -DEPENDS += " virtual/libx11 libxcursor libpng" +DEPENDS += " libxcursor libpng" PE = "1" BBCLASSEXTEND = "native" |