aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cairomm.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/cairomm.rb b/Library/Formula/cairomm.rb
index b0eaf55ca..ac225afa5 100644
--- a/Library/Formula/cairomm.rb
+++ b/Library/Formula/cairomm.rb
@@ -5,9 +5,12 @@ class Cairomm < Formula
url 'http://cairographics.org/releases/cairomm-1.10.0.tar.gz'
sha256 '068d96c43eae7b0a3d98648cbfc6fbd16acc385858e9ba6d37b5a47e4dba398f'
+ option 'without-x', 'Build without X11 support'
+
depends_on 'pkg-config' => :build
depends_on 'libsigc++'
depends_on 'cairo'
+ depends_on :x11 unless build.include? 'without-x'
def install
system "./configure", "--disable-dependency-tracking",