diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-01-23 09:35:51 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-23 16:23:12 +0100 |
commit | c0f4fff835b59aab108ddba40957d8291fb937b8 (patch) | |
tree | cfb4ac1e19f989b6931990bf8f9e5c2ca6ebe1e9 /meta-gnome | |
parent | a4155ac38dce214cbb59f6243b29ca3df76e0d29 (diff) |
gtk+3: add gtk+-native dependency
* it's needed to provide gtk-update-icon-cache
--enable-gtk2-dependency implies external gtk-update-icon-cache
AM_CONDITIONAL(USE_EXTERNAL_ICON_CACHE, [test x = xyes || test x = xyes])
unfortunately result of AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache, no)
is not checked for no value before being used resulting in
no --quiet --force --ignore-theme-index \
--source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
mv gtkbuiltincache.h.tmp gtkbuiltincache.h
/bin/sh: no: command not found
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb index a08fb00..9a5f40d 100644 --- a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb +++ b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb @@ -7,7 +7,7 @@ SECTION = "libs" DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \ gtk-doc-native docbook-utils-native libxrandr libgcrypt \ - libxdamage libxrender libxcomposite cairo gdk-pixbuf" + libxdamage libxrender libxcomposite cairo gdk-pixbuf gtk+-native" LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" |