cairomm: add depends_on :x11

Cairomm-1.10.0 stopped linking correctly and started missing
includes after the Homebrew-0.9.2, the cairo, and the pixman
changes.  Add `depends_on :x11` and fix all the problems.

Tested on Lion using clang and llvm from XCode-4.3.3.

Fixes # 13313

Closes Homebrew/homebrew#13333.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
nibbles 2bits 2012-07-10 19:29:34 -07:00 committed by Jack Nagel
parent 92d11796ba
commit f0356e7f31
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ class Cairomm < Formula
depends_on 'pkg-config' => :build
depends_on 'libsigc++'
depends_on 'cairo'
depends_on :x11
def install
system "./configure", "--disable-dependency-tracking",