aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-01-31 16:42:02 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 23:59:43 +0000
commit845d49d109de444d382cb0ffe4e51f7066cba5de (patch)
treecf97d039d247f7dcaf7ac1d51e394744647b5af7 /meta
parent95366e44c97a178e2327b3809b0ff29e8dc3deda (diff)
downloadopenembedded-core-contrib-845d49d109de444d382cb0ffe4e51f7066cba5de.tar.gz
gnome-doc-utils.inc: inherit gettext instead of DEPENDS
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-gnome/gnome/gnome-doc-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
index 9f5a6ffe42..30cff36ddd 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
@@ -1,8 +1,8 @@
LICENSE = "GPL LGPL"
DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native"
-DEPENDS_virtclass-native = "libxml2-native libxslt-native gettext-native"
+DEPENDS_virtclass-native = "libxml2-native libxslt-native"
-inherit gnome
+inherit gnome gettext
EXTRA_OECONF = "--disable-scrollkeeper"