gnome-icon-theme_1.3.3.bb : correct DEPENDS from glib to glib-2.0
authorGraeme Gregory <dp@xora.org.uk>
Thu, 16 Feb 2006 15:27:46 +0000 (15:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 16 Feb 2006 15:27:46 +0000 (15:27 +0000)
packages/gnome/gnome-icon-theme_1.3.3.bb

index e44a066..1e693e6 100644 (file)
@@ -1,7 +1,7 @@
 LICENSE = "GPL"
 SECTION = "x11/gnome"
 SRC_URI = "${GNOME_MIRROR}/${PN}/1.3/${PN}-${PV}.tar.bz2"
-DEPENDS = "glib intltool-native"
+DEPENDS = "glib-2.0 intltool-native"
 PR="r1"
 
 FILES_${PN} += "${datadir}/*"