From 62d93bef6cbf241128c06be5fa09d6125c53a103 Mon Sep 17 00:00:00 2001 From: Konstantin Dmitriev Date: Jan 19 2015 03:44:34 +0000 Subject: Win32 crosscompile script: Fix missing icons --- diff --git a/autobuild/fedora-crosscompile-win.sh b/autobuild/fedora-crosscompile-win.sh index eec4a0d..d38ccce 100755 --- a/autobuild/fedora-crosscompile-win.sh +++ b/autobuild/fedora-crosscompile-win.sh @@ -73,6 +73,8 @@ if [ -z $NOSU ]; then automake \ libtool \ libtool-ltdl-devel \ + ${TOOLCHAIN}-adwaita-icon-theme \ + ${TOOLCHAIN}-hicolor-icon-theme \ ${TOOLCHAIN}-gcc-c++ \ ${TOOLCHAIN}-cpp \ ${TOOLCHAIN}-libxml++ \ @@ -183,6 +185,7 @@ for file in \ fontconfig \ glib-2.0 \ gtk-3.0 \ + icons \ themes \ xml \ # this extra line is required!