Change cairo.rb to correct dependencies

parent bbc200eb
......@@ -10,9 +10,11 @@ class Cairo < Package
depends_on 'fontconfig'
depends_on 'libpng'
depends_on 'pixman'
depends_on 'freetype' # pango requires cairo with freetype
depends_on 'fontconfig' # pango requires cairo with fontconfig
def self.build
system "./configure"
system "./configure --disable-xlib"
system "make"
end
......
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