Commit 8629b5e5 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1753 from lovedheart/patch-28

Update cairo.rb
parents ccb68c45 6d0634c5
......@@ -12,8 +12,10 @@ class Cairo < Package
depends_on 'fontconfig' # pango requires cairo with fontconfig
depends_on 'gobject_introspection'
depends_on 'mesa'
depends_on 'automake' => :build
def self.build
system "./autogen.sh" # This fixes automake error (when we directly use configure)
system "./configure \
--prefix=#{CREW_PREFIX} \
--libdir=#{CREW_LIB_PREFIX} \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment