diff options
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils.inc')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 0cd8203ae1..7328c59279 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc | |||
@@ -1,5 +1,6 @@ | |||
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" | ||
3 | 4 | ||
4 | inherit gnome | 5 | inherit gnome |
5 | 6 | ||
@@ -11,3 +12,5 @@ do_install_append() { | |||
11 | } | 12 | } |
12 | 13 | ||
13 | FILES_${PN} += "${datadir}/xml*" | 14 | FILES_${PN} += "${datadir}/xml*" |
15 | |||
16 | BBCLASSEXTEND = "native" | ||