gst-plugins-good: fix gtk+3 option.

Closes #29917.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Lettier 2018-07-10 01:14:32 -04:00 committed by Dominyk Tiller
parent 4f418e6d91
commit fe0575b6b2
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -63,7 +63,7 @@ class GstPluginsGood < Formula
--disable-silent-rules
]
args << "--with-gtk=3.0" if build.with? "gtk+3"
args << "--enable-gtk3" if build.with? "gtk+3"
if build.with? "x11"
args << "--with-x"