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:
parent
5669144d22
commit
eb00436ec8
1 changed files with 1 additions and 0 deletions
|
@ -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 = []
|
||||||
|
|
Loading…
Reference in a new issue