Choose gthread to silence ucontext deprecation errors
This commit is contained in:
parent
c9a9a940b9
commit
46c3855f49
|
@ -10,7 +10,7 @@ class GtkVnc < Formula
|
||||||
|
|
||||||
depends_on "gtk+3"
|
depends_on "gtk+3"
|
||||||
depends_on "gnutls"
|
depends_on "gnutls"
|
||||||
#depends_on "glib"
|
depends_on "glib"
|
||||||
#depends_on :x11 # if your formula requires any X11/XQuartz components
|
#depends_on :x11 # if your formula requires any X11/XQuartz components
|
||||||
|
|
||||||
# TODO: audio?
|
# TODO: audio?
|
||||||
|
@ -22,6 +22,7 @@ class GtkVnc < Formula
|
||||||
"--with-gtk=3.0",
|
"--with-gtk=3.0",
|
||||||
"--disable-vala",
|
"--disable-vala",
|
||||||
"--enable-introspection",
|
"--enable-introspection",
|
||||||
|
"--with-coroutine=gthread",
|
||||||
"--prefix=#{prefix}"
|
"--prefix=#{prefix}"
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue