summaryrefslogtreecommitdiff
path: root/recipes-graphics/scrot/scrot_0.8.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-22 09:26:59 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 14:41:47 +0200
commit71f6400f30faca8be1f2f00a333903ec069420a1 (patch)
treebee3ad07c9edf48cbf4fadb1df2e889dd4cb4681 /recipes-graphics/scrot/scrot_0.8.bb
parent6e30e70d9853d632f9d3d729cace233ed1262ba0 (diff)
recipes: remove unneeded RDEPENDS
Empty RDEPENDS are not needed, the others are automatically added by the buildsystem. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-graphics/scrot/scrot_0.8.bb')
-rw-r--r--recipes-graphics/scrot/scrot_0.8.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/scrot/scrot_0.8.bb b/recipes-graphics/scrot/scrot_0.8.bb
index 8f234b2..63b167a 100644
--- a/recipes-graphics/scrot/scrot_0.8.bb
+++ b/recipes-graphics/scrot/scrot_0.8.bb
@@ -3,7 +3,8 @@ SUMMARY = "scrot (SCReen shOT), screen capture utility"
DESCRIPTION = "scrot (SCReen shOT) is a simple commandline screen capture utility that uses imlib2 to grab and save images"
HOMEPAGE = "http://linuxbrit.co.uk/software/"
LICENSE ="BSD"
-RDEPENDS_${PN} = "imlib2 giblib imlib2-loaders"
+
+RDEPENDS_${PN} = "imlib2-loaders"
DEPENDS = "imlib2 giblib"
MIRRORS_prepend () {