diff options
| author | Mike McQuaid | 2015-04-11 18:26:58 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-21 10:16:58 +0100 |
| commit | 89b94f1e05e73909ff51feaba66dcb197fbc921a (patch) | |
| tree | 20f18edd803b52cd85e652b197171864b3cd9e3a /Library | |
| parent | 8e9d2d576a327e83a33466fb3abc2703478d3c57 (diff) | |
| download | homebrew-89b94f1e05e73909ff51feaba66dcb197fbc921a.tar.bz2 | |
x11vnc: make x11 dependency optional.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/x11vnc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/x11vnc.rb b/Library/Formula/x11vnc.rb index e043ac5c0..b67293ed1 100644 --- a/Library/Formula/x11vnc.rb +++ b/Library/Formula/x11vnc.rb @@ -5,7 +5,7 @@ class X11vnc < Formula url 'https://downloads.sourceforge.net/project/libvncserver/x11vnc/0.9.13/x11vnc-0.9.13.tar.gz' sha1 'f011d81488ac94dc8dce2d88739c23bd85a976fa' - depends_on :x11 => :recommended + depends_on :x11 => :optional depends_on 'jpeg' # Patch solid.c so a non-void function returns a NULL instead of a void. |
