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

Some of the fonts now included in font-util need mkfontdir to build.
This commit is contained in:
Michael Kuhn 2019-06-27 15:53:05 +02:00 committed by Massimiliano Culpo
parent 5669144d22
commit eb00436ec8

View file

@ -18,6 +18,7 @@ class FontUtil(AutotoolsPackage):
depends_on('bdftopcf', type='build') depends_on('bdftopcf', type='build')
depends_on('mkfontscale', type='build') depends_on('mkfontscale', type='build')
depends_on('mkfontdir', type='build')
font_baseurl = 'https://www.x.org/archive/individual/font/' font_baseurl = 'https://www.x.org/archive/individual/font/'
fonts = [] fonts = []