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/recipes-gnome/gtk+ | |
parent | a4155ac38dce214cbb59f6243b29ca3df76e0d29 (diff) | |
download | meta-openembedded-c0f4fff835b59aab108ddba40957d8291fb937b8.tar.gz |
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/recipes-gnome/gtk+')
-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 a08fb00f2..9a5f40d09 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" | |||
7 | 7 | ||
8 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \ | 8 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \ |
9 | gtk-doc-native docbook-utils-native libxrandr libgcrypt \ | 9 | gtk-doc-native docbook-utils-native libxrandr libgcrypt \ |
10 | libxdamage libxrender libxcomposite cairo gdk-pixbuf" | 10 | libxdamage libxrender libxcomposite cairo gdk-pixbuf gtk+-native" |
11 | 11 | ||
12 | LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" | 12 | LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" |
13 | 13 | ||