suil: remove non-existent support for Qt 5
There will be support for Qt 5 in an upcoming release, but there's none in the current stable (0.8.2), thus remove optional `qt5` dependency. Closes Homebrew/homebrew#50226. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
This commit is contained in:
parent
e3c6f670ac
commit
79b67faffa
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class Suil < Formula
|
|||
depends_on "lv2"
|
||||
depends_on "gtk+" => :recommended
|
||||
depends_on "qt" => :optional
|
||||
depends_on "qt5" => :optional
|
||||
depends_on :x11 => :optional
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue