Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Formula/g/gammaray.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,19 @@ class Gammaray < Formula
depends_on "qtwebchannel"
end

on_system :linux, macos: :sonoma_or_newer do
on_sonoma :or_newer do
depends_on "qtwebengine"
end

on_linux do
depends_on "elfutils"
depends_on "qtwayland"
depends_on "wayland"

# TODO: Add dependencies on all Linux when `qtwebengine` is bottled on arm64 Linux
on_intel do
depends_on "qtwebengine"
end
end

def install
Expand Down
Loading