aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-02-16 15:27:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-16 15:27:46 +0000
commitca79244e1311933fcc02bc5a10649bb7732e1a2b (patch)
treeb9f33da3f361e6084bfa318f41ac7b68296969b1 /packages/gnome
parent126de7d34f47f149627c46be99771c52de105edb (diff)
downloadopenembedded-ca79244e1311933fcc02bc5a10649bb7732e1a2b.tar.gz
gnome-icon-theme_1.3.3.bb : correct DEPENDS from glib to glib-2.0
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/gnome-icon-theme_1.3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnome/gnome-icon-theme_1.3.3.bb b/packages/gnome/gnome-icon-theme_1.3.3.bb
index e44a06697e..1e693e6f74 100644
--- a/packages/gnome/gnome-icon-theme_1.3.3.bb
+++ b/packages/gnome/gnome-icon-theme_1.3.3.bb
@@ -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}/*"