x11vnc: add openssl dependency.
Closes Homebrew/homebrew#38816. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
41f877ed8b
commit
5fce597212
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue