mesa: Add missing expat dependency (#20459)
This commit is contained in:
parent
ac68113406
commit
0a32e57e51
@ -30,6 +30,7 @@ class Mesa(MesonPackage):
|
|||||||
depends_on('gettext', type='build')
|
depends_on('gettext', type='build')
|
||||||
depends_on('python@3:', type='build')
|
depends_on('python@3:', type='build')
|
||||||
depends_on('py-mako@0.8.0:', type='build')
|
depends_on('py-mako@0.8.0:', type='build')
|
||||||
|
depends_on('expat')
|
||||||
|
|
||||||
# Internal options
|
# Internal options
|
||||||
variant('llvm', default=True, description="Enable LLVM.")
|
variant('llvm', default=True, description="Enable LLVM.")
|
||||||
|
Loading…
Reference in New Issue
Block a user