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/gtkmm | |
parent | f082133d4ff55ed8a1375d3965e9b788ca55fa3e (diff) |
glibmm and gtkmm: fix incorrect dependencies. Fixes bug 1923.
Diffstat (limited to 'packages/gtkmm')
-rw-r--r-- | packages/gtkmm/gtkmm.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gtkmm/gtkmm.inc b/packages/gtkmm/gtkmm.inc index 843274fdc5..f0c6dc093b 100644 --- a/packages/gtkmm/gtkmm.inc +++ b/packages/gtkmm/gtkmm.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gtkmm.org/" SECTION = "libs" PRIORITY = "optional" LICENSE = "LGPL" -DEPENDS = "glibmm" +DEPENDS = "glibmm gtk+" inherit autotools pkgconfig flow-lossage |