From: Saul Wold Date: Tue, 1 Feb 2011 00:42:02 +0000 (-0800) Subject: gnome-doc-utils.inc: inherit gettext instead of DEPENDS X-Git-Tag: 2011-1~2549 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=845d49d109de444d382cb0ffe4e51f7066cba5de;p=openembedded-core.git gnome-doc-utils.inc: inherit gettext instead of DEPENDS Signed-off-by: Saul Wold --- 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"