diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-05-04 21:23:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-05 11:54:46 +0100 |
commit | c6f791853acf8fec922c1ebcf62195be2615870d (patch) | |
tree | d01536d649e787981847b43b35b5d9c2b616f2a0 /meta/recipes-gnome/gnome/gnome-doc-utils.inc | |
parent | f680b0e81c7d40b42f1fb3bd3f0790d3b89ed563 (diff) | |
download | openembedded-core-c6f791853acf8fec922c1ebcf62195be2615870d.tar.gz openembedded-core-c6f791853acf8fec922c1ebcf62195be2615870d.tar.bz2 openembedded-core-c6f791853acf8fec922c1ebcf62195be2615870d.zip |
gnome-doc-utils: Add -nonet option to xsltproc
This adds the -nonet option to xsltproc invocations, which fixes
compile errors when building gnome-doc-xslt-de.omf.
Also add intltool-native to DEPENDS, which was discovered to be
needed when building this recipe.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils.inc')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 30cff36ddd..903d0806fa 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -1,6 +1,6 @@ LICENSE = "GPL LGPL" DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" -DEPENDS_virtclass-native = "libxml2-native libxslt-native" +DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" inherit gnome gettext |