[oe-commits] Stanislav Brabec : navit-icons: Fixed native dependencies: convert with rsvg is not shr specific.

git version control git at git.openembedded.org
Mon Feb 15 23:26:49 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: d5c7bec85f9ded9d477beb317299bc1e72abbd77
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d5c7bec85f9ded9d477beb317299bc1e72abbd77

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Mon Feb 15 21:09:02 2010 +0000

navit-icons: Fixed native dependencies: convert with rsvg is not shr specific.

---

 recipes/navit/navit-icons_svn.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/navit/navit-icons_svn.bb b/recipes/navit/navit-icons_svn.bb
index 6649423..f171e4d 100644
--- a/recipes/navit/navit-icons_svn.bb
+++ b/recipes/navit/navit-icons_svn.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Navit is a car navigation system with routing engine."
 LICENSE = "GPL"
 SECTION = "x11/applications"
-DEPENDS = "glib-2.0 gtk+"
+DEPENDS = "glib-2.0 gtk+ imagemagick-native librsvg-native"
 RRECOMMENDS = "gpsd espeak flite"
 
 #only icons present in the package
@@ -10,7 +10,6 @@ PACKAGE_ARCH = "all"
 PV = "0.1.0+svnr${SRCPV}"
 PR = "r1"
 
-DEPENDS_shr += " librsvg-native"
 EXTRA_OECONF = "--disable-binding-python --disable-gui-sdl --disable-samplemap --enable-avoid-float --enable-avoid-unaligned  --enable-svg2png-scaling-flag=32 --disable-speech-speech-dispatcher"
 
 S = "${WORKDIR}/xpm"





More information about the Openembedded-commits mailing list