From 7d215c7d1b540b3dcd931063b6e4ef2f531f75d4 Mon Sep 17 00:00:00 2001 From: Philip Paeps Date: Sat, 14 Jan 2012 17:51:33 +0100 Subject: cairo: build with xcb support XCB is a more "modern" way of communicating with X11 servers than straight XLib. It is required by some X11 applications. Enabling support in cairo should not affect applications which don't use it explicitly. Closes #9598. Signed-off-by: Jack Nagel --- Library/Formula/cairo.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb index 564aecbb5..19e989f2b 100644 --- a/Library/Formula/cairo.rb +++ b/Library/Formula/cairo.rb @@ -16,7 +16,8 @@ class Cairo < Formula def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", - "--with-x" + "--with-x", + "--enable-xcb" system "make install" end end -- cgit v1.2.3