Choose gthread to silence ucontext deprecation errors

This commit is contained in:
Jeffrey Wildman 2015-01-15 22:08:25 -05:00
parent c9a9a940b9
commit 46c3855f49

View file

@ -10,7 +10,7 @@ class GtkVnc < Formula
depends_on "gtk+3"
depends_on "gnutls"
#depends_on "glib"
depends_on "glib"
#depends_on :x11 # if your formula requires any X11/XQuartz components
# TODO: audio?
@ -22,6 +22,7 @@ class GtkVnc < Formula
"--with-gtk=3.0",
"--disable-vala",
"--enable-introspection",
"--with-coroutine=gthread",
"--prefix=#{prefix}"
system "make", "install"
end