thrift: optional libevent for non-blocking support
Closes Homebrew/homebrew#34891. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
a4846b7ef1
commit
9ae12e94dc
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class Thrift < Formula
|
|||
|
||||
depends_on "boost"
|
||||
depends_on "openssl"
|
||||
depends_on "libevent" => :optional
|
||||
depends_on :python => :optional
|
||||
depends_on "bison" => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue