Bug 1433395 - FreeBSD bootstrap: install LLVM as Mesa dependency. r=froydnj

Firefox generally supports the same range of LLVM versions as Mesa.
Instead of regularly updating it just pull Mesa drivers which will
be required by WebRender, anyway.

MozReview-Commit-ID: DiK4TD9tWe0

--HG--
extra : rebase_source : 5dd9c8c46ae79deee8f2fd887b27fddbc30fc22d
This commit is contained in:
Jan Beich 2018-01-25 10:27:51 +00:00
parent 87198841b1
commit 9f9d8720a3

View File

@ -32,7 +32,7 @@ class FreeBSDBootstrapper(BaseBootstrapper):
'gconf2',
'gtk2',
'gtk3',
'llvm40',
'mesa-dri', # depends on llvm*
'pulseaudio',
'v4l_compat',
'yasm',