libXi requires pkgconfig and fixesproto (#7480)
This commit is contained in:
parent
b0ecd0fd0b
commit
f5afc98cc2
1 changed files with 4 additions and 0 deletions
|
@ -33,10 +33,14 @@ class Libxi(AutotoolsPackage):
|
|||
|
||||
version('1.7.6', 'f3828f9d7893068f6f6f10fe15b31afa')
|
||||
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('libx11@1.6:')
|
||||
depends_on('libxext@1.0.99.1:')
|
||||
depends_on('libxfixes@5:')
|
||||
|
||||
# transient build dependency (from libxfixes), i.e. shouldn't be needed?
|
||||
depends_on('fixesproto@5.0:', type='build')
|
||||
|
||||
depends_on('xproto@7.0.13:', type='build')
|
||||
depends_on('xextproto@7.0.3:', type='build')
|
||||
depends_on('inputproto@2.2.99.1:', type='build')
|
||||
|
|
Loading…
Reference in a new issue