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:
Martin Jansa
2012-01-23 09:35:51 +01:00
committed by Koen Kooi
parent a4155ac38d
commit c0f4fff835
+1 -1
View File
@@ -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+"