diff options
author | Alexandru Palalau <alexandrux.palalau@linux.intel.com> | 2014-03-11 13:31:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-21 12:05:33 +0000 |
commit | eb53ae4a5702dbd65b6e340bbd3ae4566157c081 (patch) | |
tree | 2e471729069bb6c7fd475b5539a46f9cee5d0ceb /meta/recipes-gnome/gnome | |
parent | 1138976f7bdcd24ef57451a2c2ceffa43666610f (diff) | |
download | openembedded-core-contrib-eb53ae4a5702dbd65b6e340bbd3ae4566157c081.tar.gz |
gnome-doc-utils: removed gconf inheritance
In order to remove WARN-QA message regarding --disable-schemas-install configure option.
Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-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 0cc0ee5105c..e148ce3350f 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -8,7 +8,7 @@ LICENSE = "GPLv2 & LGPLv2.1" DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" -inherit gnome gettext python-dir pythonnative autotools-brokensep +inherit gnomebase gettext python-dir pythonnative autotools-brokensep EXTRA_OECONF += "--disable-scrollkeeper" |