gnome-doc-utils.inc: inherit gettext instead of DEPENDS

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2011-01-31 16:42:02 -08:00 committed by Richard Purdie
parent 95366e44c9
commit 845d49d109
1 changed files with 2 additions and 2 deletions

View File

@ -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"