diff options
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 4 |
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 @@ | |||
1 | LICENSE = "GPL LGPL" | 1 | LICENSE = "GPL LGPL" |
2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" | 2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" |
3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native gettext-native" | 3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native" |
4 | 4 | ||
5 | inherit gnome | 5 | inherit gnome gettext |
6 | 6 | ||
7 | EXTRA_OECONF = "--disable-scrollkeeper" | 7 | EXTRA_OECONF = "--disable-scrollkeeper" |
8 | 8 | ||