Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
cairomm: add recommended X11 dependency.
Browse files Browse the repository at this point in the history
Fixes #14130.
  • Loading branch information
MikeMcQuaid committed Aug 12, 2012
1 parent 63cd6e6 commit c21552a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/cairomm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c21552a

Please sign in to comment.