mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -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+"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user