diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-30 09:49:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-30 09:49:48 +0000 |
commit | 2b611226ce9035e880dc77cd5b4c0ca9993815f4 (patch) | |
tree | 7028ffbdd475b919d09d6f838c45460facee5421 /packages/gtkmm/gtkmm.inc | |
parent | 1176aa7999c52a8b5247f2dfb763d18a9607d190 (diff) |
gtkmm: fix SRC_URI
Diffstat (limited to 'packages/gtkmm/gtkmm.inc')
-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 ce7373762e..b99bf9b395 100644 --- a/packages/gtkmm/gtkmm.inc +++ b/packages/gtkmm/gtkmm.inc @@ -6,7 +6,7 @@ LICENSE = "LGPL" DEPENDS = "atk glibmm gtk+" PR = "r0" -inherit autotools pkgconfig flow-lossage +inherit gnome autotools pkgconfig flow-lossage FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${libdir}/glibmm-2.4/include/" |