Skip to content

Commit 43c4804

Browse files
committed
mesa: add pycparser build dependency on ARM Linux
1 parent 6f71bdf commit 43c4804

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)