Commit 02f96859 authored by Jan Baudisch's avatar Jan Baudisch Committed by Kazushi (Jam) Marukawa

Update cairo

parent 44ceccd5
......@@ -2,7 +2,7 @@ require 'package'
class Cairo < Package
description 'Cairo is a 2D graphics library with support for multiple output devices.'
homepage 'https://www.cairographics.org/'
homepage 'https://www.cairographics.org'
version '1.14.10'
source_url 'https://www.cairographics.org/releases/cairo-1.14.10.tar.xz'
source_sha256 '7e87878658f2c9951a14fc64114d4958c0e65ac47530b8ac3078b2ce41b66a09'
......@@ -12,7 +12,7 @@ class Cairo < Package
depends_on 'pixman'
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