mesa: add dependency on zlib (#21325)
When installing mesa in an offline environment, mesa tries to download zlib.
This commit is contained in:
parent
0efe54f722
commit
fbdc8b65b1
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class Mesa(MesonPackage):
|
|||
depends_on('python@3:', type='build')
|
||||
depends_on('py-mako@0.8.0:', type='build')
|
||||
depends_on('expat')
|
||||
depends_on('zlib@1.2.3:')
|
||||
|
||||
# Internal options
|
||||
variant('llvm', default=True, description="Enable LLVM.")
|
||||
|
|
Loading…
Reference in a new issue