diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-30 12:38:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 11:27:33 +0100 |
commit | 9a0283b69ebf183c1d10837afc0dc99607c5afd0 (patch) | |
tree | ce8c5a214e1e57e0d35ef4e0c4e55e2ef96ea14e /meta | |
parent | f284f1776ba3ecc6b17b0c17a4c4575347f942ab (diff) | |
download | openembedded-core-9a0283b69ebf183c1d10837afc0dc99607c5afd0.tar.gz openembedded-core-9a0283b69ebf183c1d10837afc0dc99607c5afd0.tar.bz2 openembedded-core-9a0283b69ebf183c1d10837afc0dc99607c5afd0.zip |
gtk+3: remove SGML stack dependency
Gtk3 hasn't had it for a long time.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 83e9b927b0..c3a96fadb8 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc @@ -6,7 +6,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/" SECTION = "libs" DEPENDS = "glib-2.0 cairo pango atk jpeg libpng gdk-pixbuf \ - docbook-utils-native gdk-pixbuf-native" + gdk-pixbuf-native" LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" |