From 79066bc562a49659be1276b928e121d438bef406 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sat, 26 Apr 2014 11:50:01 +0200 Subject: gwenhywfar: add --without-cocoa option and build with cocoa gui by default Signed-off-by: Jack Nagel --- Library/Formula/gwenhywfar.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/gwenhywfar.rb b/Library/Formula/gwenhywfar.rb index cf90aa938..f1d6f5989 100644 --- a/Library/Formula/gwenhywfar.rb +++ b/Library/Formula/gwenhywfar.rb @@ -19,10 +19,13 @@ class Gwenhywfar < Formula depends_on 'gtk+' => :optional depends_on 'qt' => :optional + option 'without-cocoa', 'Build without cocoa support' + def install guis = [] guis << "gtk2" if build.with? "gtk+" guis << "qt4" if build.with? "qt" + guis << "cocoa" if build.with? "cocoa" system "./configure", "--disable-debug", "--disable-dependency-tracking", -- cgit v1.2.3