Skip to content
Snippets Groups Projects
Commit eb00436e authored by Michael Kuhn's avatar Michael Kuhn Committed by Massimiliano Culpo
Browse files

font-util: Add missing mkfontdir build dependency (#11865)

Some of the fonts now included in font-util need mkfontdir to build.
parent 5669144d
Branches
Tags
No related merge requests found
......@@ -18,6 +18,7 @@ class FontUtil(AutotoolsPackage):
depends_on('bdftopcf', type='build')
depends_on('mkfontscale', type='build')
depends_on('mkfontdir', type='build')
font_baseurl = 'https://www.x.org/archive/individual/font/'
fonts = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment