We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce995be + 9aebc96 commit 953e76cCopy full SHA for 953e76c
Formula/r/rom-tools.rb
@@ -36,12 +36,12 @@ class RomTools < Formula
36
depends_on "portaudio" => :build
37
depends_on "portmidi" => :build
38
depends_on "pulseaudio" => :build
39
- depends_on "qt" => :build
+ depends_on "qtbase" => :build
40
depends_on "sdl2_ttf" => :build
41
end
42
43
def install
44
- ENV["QT_HOME"] = Formula["qt"].opt_prefix if OS.linux?
+ ENV["QT_HOME"] = Formula["qtbase"].opt_prefix if OS.linux?
45
46
# Cut sdl2-config's invalid option.
47
inreplace "scripts/src/osd/sdl.lua", "--static", ""
0 commit comments