Skip to content

Commit beab772

Browse files
authored
Merge pull request Homebrew#217733 from Homebrew/mesa-pycparser
mesa: add `pycparser` build dependency on ARM Linux
2 parents 517773e + 43c4804 commit beab772

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Formula/m/mesa.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ class Mesa < Formula
7777
depends_on "lm-sensors"
7878
depends_on "wayland"
7979

80+
on_arm do
81+
depends_on "pycparser" => :build
82+
end
83+
8084
on_intel do
8185
depends_on "cbindgen" => :build
8286
end

0 commit comments

Comments
 (0)