Commit 6d0634c5 authored by lovedheart's avatar lovedheart Committed by GitHub

Update cairo.rb

Fix compilation error
parent 6f1064b7
......@@ -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