tools/build-gtk-stack: fix ardour.org download location for gtk

This commit is contained in:
Nedko Arnaudov 2013-05-25 10:45:55 +03:00
parent 5c7d0dd2ec
commit a712bea4af
1 changed files with 5 additions and 1 deletions

View File

@ -183,7 +183,11 @@ defmod 'gtkengines' 'gtk-engines' '2.21.0' 'http://ardour.org/files/' 'gz'
# modified source : fetch tarballs from ardour.org
defmod gtk gtk+ '2.24.18' http://ardour.org/files/deps/ bz2
if uname -a | grep --silent arwin ; then
defmod gtk gtk+ '2.24.18-quartz' http://ardour.org/files/deps/ bz2 "gtk+-2.24.18"
else
defmod gtk gtk+ '2.24.18-x11' http://ardour.org/files/deps/ bz2 "gtk+-2.24.18"
fi
if [ x$clean != x -o x$makespace != x ] ; then
#