Skip to content

Commit 953e76c

Browse files
authored
Merge pull request #247307 from Homebrew/rom-tools-deps
rom-tools: use specific Qt dependencies
2 parents ce995be + 9aebc96 commit 953e76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/r/rom-tools.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ class RomTools < Formula
3636
depends_on "portaudio" => :build
3737
depends_on "portmidi" => :build
3838
depends_on "pulseaudio" => :build
39-
depends_on "qt" => :build
39+
depends_on "qtbase" => :build
4040
depends_on "sdl2_ttf" => :build
4141
end
4242

4343
def install
44-
ENV["QT_HOME"] = Formula["qt"].opt_prefix if OS.linux?
44+
ENV["QT_HOME"] = Formula["qtbase"].opt_prefix if OS.linux?
4545

4646
# Cut sdl2-config's invalid option.
4747
inreplace "scripts/src/osd/sdl.lua", "--static", ""

0 commit comments

Comments
 (0)