diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-02-06 23:12:38 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-02-06 23:12:38 +0300 |
commit | 9dbc3d716405d56def0af95748632035864c07b7 (patch) | |
tree | 8c2865915bcc385c78a32a1c67398e366fea02ae /recipes/atk/atk_1.28.0.bb | |
parent | 029e21c8111deafa850ad1724e48da29c321f2f8 (diff) | |
parent | 01dcb228756ee2348a8f6257b39d196340b69d96 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/atk/atk_1.28.0.bb')
-rw-r--r-- | recipes/atk/atk_1.28.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/atk/atk_1.28.0.bb b/recipes/atk/atk_1.28.0.bb index cbeebe4c6b..8916d8faa7 100644 --- a/recipes/atk/atk_1.28.0.bb +++ b/recipes/atk/atk_1.28.0.bb @@ -3,9 +3,10 @@ SECTION = "x11/libs" PRIORITY = "optional" LICENSE = "LGPL" +inherit gnome + DEPENDS = "glib-2.0 gtk-doc-native" -inherit gnome EXTRA_OECONF = "--disable-glibtest" |