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:56 +0000 |
commit | 4aa087aa81e0c77eeb60437ecbc21fdff0166703 (patch) | |
tree | 0acf86cdcd692e18713916bccae3fe42eb611f86 /meta/recipes-gnome | |
parent | c9aedb7edd5d1e3299790db6b1adbb4a130fa741 (diff) | |
download | tizen-distro-4aa087aa81e0c77eeb60437ecbc21fdff0166703.tar.gz tizen-distro-4aa087aa81e0c77eeb60437ecbc21fdff0166703.tar.bz2 tizen-distro-4aa087aa81e0c77eeb60437ecbc21fdff0166703.zip |
gnome-doc-utils: removed gconf inheritance
In order to remove WARN-QA message regarding --disable-schemas-install configure option.
(From OE-Core rev: eb53ae4a5702dbd65b6e340bbd3ae4566157c081)
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')
-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 0cc0ee5105..e148ce3350 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" |