Skip to content
Snippets Groups Projects
Commit a9febea4 authored by Michael Kuhn's avatar Michael Kuhn Committed by Chuck Atkins
Browse files

mesa: Add missing dependencies (#11394)

parent d95bef06
Branches
Tags
No related merge requests found
...@@ -30,6 +30,9 @@ class Mesa(MesonPackage): ...@@ -30,6 +30,9 @@ class Mesa(MesonPackage):
depends_on('meson@0.45:', type='build') depends_on('meson@0.45:', type='build')
depends_on('binutils', type='build') depends_on('binutils', type='build')
depends_on('bison', type='build')
depends_on('flex', type='build')
depends_on('gettext', type='build')
depends_on('pkgconfig', type='build') depends_on('pkgconfig', 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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment