chiark / gitweb /
add imagemagick for navit. could be useful for converting images too.
authorDavid Black <david8black@gmail.com>
Sat, 13 Jul 2013 11:48:39 +0000 (12:48 +0100)
committerDavid Black <david8black@gmail.com>
Sat, 13 Jul 2013 11:49:34 +0000 (12:49 +0100)
buildserver/cookbooks/fdroidbuild-general/recipes/default.rb

index 08f38e9a687113aefcc5c206503617543d6091f6..9ecb0af8798a2b8783a0cb204965f3fe8d41abd2 100644 (file)
@@ -1,5 +1,5 @@
 
-%w{ant ant-contrib autoconf autopoint bison cmake expect libtool libssl1.0.0 libssl-dev maven openjdk-7-jdk javacc python git-core mercurial subversion bzr git-svn make perlmagick pkg-config zip ruby rubygems librmagick-ruby yasm}.each do |pkg|
+%w{ant ant-contrib autoconf autopoint bison cmake expect libtool libssl1.0.0 libssl-dev maven openjdk-7-jdk javacc python git-core mercurial subversion bzr git-svn make perlmagick pkg-config zip ruby rubygems librmagick-ruby yasm imagemagick}.each do |pkg|
   package pkg do
     action :install
   end