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 | 99c08eebe5c99c4e8b9ac070193373ba08d2e03f (patch) | |
tree | ed8f921e92c949fa176ed8092e448ec623daf9aa /meta/recipes-gnome/gnome | |
parent | 31a19bcd5e719e2ffec61be1fe50b76e3e40e687 (diff) | |
download | poky-99c08eebe5c99c4e8b9ac070193373ba08d2e03f.tar.gz |
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/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" | |||
8 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" | 8 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" |
9 | DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" | 9 | DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" |
10 | 10 | ||
11 | inherit gnome gettext python-dir pythonnative autotools-brokensep | 11 | inherit gnomebase gettext python-dir pythonnative autotools-brokensep |
12 | 12 | ||
13 | EXTRA_OECONF += "--disable-scrollkeeper" | 13 | EXTRA_OECONF += "--disable-scrollkeeper" |
14 | 14 | ||