1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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
+2 -2
View File
@@ -1,8 +1,8 @@
LICENSE = "GPL LGPL" LICENSE = "GPL LGPL"
DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" 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" EXTRA_OECONF = "--disable-scrollkeeper"