x11vnc: add openssl dependency.

Closes Homebrew/homebrew#38816.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Mike McQuaid 2015-04-19 15:43:10 +01:00
parent 41f877ed8b
commit 5fce597212

View file

@ -6,6 +6,7 @@ class X11vnc < Formula
sha1 'f011d81488ac94dc8dce2d88739c23bd85a976fa'
depends_on :x11 => :optional
depends_on 'openssl'
depends_on 'jpeg'
# Patch solid.c so a non-void function returns a NULL instead of a void.