diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-24 16:07:33 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-24 16:07:33 +0000 |
commit | c8868830e90a365e6536e486ab2944f735e856fa (patch) | |
tree | bfd72e89bf34250b81fdae3e6644a39da9589b9a /packages/glibmm | |
parent | f082133d4ff55ed8a1375d3965e9b788ca55fa3e (diff) |
glibmm and gtkmm: fix incorrect dependencies. Fixes bug 1923.
Diffstat (limited to 'packages/glibmm')
-rw-r--r-- | packages/glibmm/glibmm_2.8.4.bb | 4 |
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" |