gst-plugins-good: fix gtk+3 option.
Closes #29917. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
4f418e6d91
commit
fe0575b6b2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue