aboutsummaryrefslogtreecommitdiffstats
path: root/packages/glibmm
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-24 16:07:33 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-24 16:07:33 +0000
commitc8868830e90a365e6536e486ab2944f735e856fa (patch)
treebfd72e89bf34250b81fdae3e6644a39da9589b9a /packages/glibmm
parentf082133d4ff55ed8a1375d3965e9b788ca55fa3e (diff)
downloadopenembedded-c8868830e90a365e6536e486ab2944f735e856fa.tar.gz
glibmm and gtkmm: fix incorrect dependencies. Fixes bug 1923.
Diffstat (limited to 'packages/glibmm')
-rw-r--r--packages/glibmm/glibmm_2.8.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/glibmm/glibmm_2.8.4.bb b/packages/glibmm/glibmm_2.8.4.bb
index a1235ae563..1819114cb1 100644
--- a/packages/glibmm/glibmm_2.8.4.bb
+++ b/packages/glibmm/glibmm_2.8.4.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.gtkmm.org/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
-DEPENDS = "gtk+ libsigc++-2.0"
-PR = "r1"
+DEPENDS = "glib-2.0 libsigc++-2.0"
+PR = "r2"
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/glibmm/2.8/glibmm-${PV}.tar.bz2"