chiark / gitweb /
add yasm to list of packages to be installed on build server
authorDavid Black <david8black@gmail.com>
Mon, 3 Jun 2013 19:38:09 +0000 (20:38 +0100)
committerDavid Black <david8black@gmail.com>
Mon, 3 Jun 2013 19:39:25 +0000 (20:39 +0100)
buildserver/cookbooks/fdroidbuild-general/recipes/default.rb

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