font-util package: add autoconf/automake build deps (#12071)
Fixes #12026 These are required on some systems
This commit is contained in:
parent
3a026f1412
commit
4b6de78062
@ -20,6 +20,9 @@ class FontUtil(AutotoolsPackage):
|
||||
depends_on('mkfontscale', type='build')
|
||||
depends_on('mkfontdir', type='build')
|
||||
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('automake', type='build')
|
||||
|
||||
font_baseurl = 'https://www.x.org/archive/individual/font/'
|
||||
fonts = []
|
||||
# name, version, md5
|
||||
|
Loading…
Reference in New Issue
Block a user