diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-06-07 09:53:44 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-06-20 12:27:59 +0200 |
commit | 65156cb19976aacaa12970f60dc43a482073a579 (patch) | |
tree | 1aac25498b3273302980149c224163a3a95054b2 | |
parent | c856cc35d5c36cea6cc91f2cc22b8b59606574c1 (diff) | |
download | meta-openembedded-65156cb19976aacaa12970f60dc43a482073a579.tar.gz |
atkmm: add glibmm to DEPENDS
error was:
| configure:15671: error: Package requirements (atk >= 1.12 glibmm-2.4 >= 2.36) were not met:
|
| No package 'glibmm-2.4' found
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r-- | meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb b/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb index 35ba5898e..12522f236 100644 --- a/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb +++ b/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "LGPLv2.1 & GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
6 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | 6 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | DEPENDS = "atk" | 8 | DEPENDS = "atk glibmm" |
9 | 9 | ||
10 | inherit gnome autotools pkgconfig | 10 | inherit gnome autotools pkgconfig |
11 | 11 | ||