mesa: Add missing expat dependency (#20459)

This commit is contained in:
Chuck Atkins 2020-12-24 23:53:01 -05:00 committed by GitHub
parent ac68113406
commit 0a32e57e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.")