font-util: add missing autoconf automake dependencies (#12053)
This commit is contained in:
parent
3cb40e1c02
commit
7ea4e50587
@ -13,6 +13,9 @@ class FontUtil(AutotoolsPackage):
|
||||
url = "https://www.x.org/archive/individual/font/font-util-1.3.1.tar.gz"
|
||||
version('1.3.1', 'd153a9af216e4498fa171faea2c82514')
|
||||
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('automake', type='build')
|
||||
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('util-macros', type='build')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user