From 349a60f6fc5e9ab634e54ea7954a1bcbe1850ba2 Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Sat, 15 Nov 2008 15:00:00 -0200 Subject: [PATCH] gtk+: Avoid calling some native tools during the build. Add --disable-rebuilds to the configure options, so it avoids calling a native 'gtk-update-icon-cache'. --- recipes/gtk+.recipe | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/recipes/gtk+.recipe b/recipes/gtk+.recipe index 299d0c5..6b456ba 100644 --- a/recipes/gtk+.recipe +++ b/recipes/gtk+.recipe @@ -2,5 +2,12 @@ name=gtk+ version=2.14.3 release=1 download=http://ftp.gnome.org/pub/gnome/sources/gtk+/2.14 -configure_opt="--without-libjasper --disable-cups --disable-gdiplus --with-included-loaders --with-included-immodules" +configure_opt=" + --without-libjasper + --disable-cups + --disable-gdiplus + --with-included-loaders + --with-included-immodules + --disable-rebuilds +" -- 2.11.4.GIT