some missing X11 "*proto" dependencies (#6158)
* fix xinput deps * adding other x11 proto missing deps, see #6157
This commit is contained in:

committed by
Todd Gamblin

parent
436ebc4490
commit
f0d33df3a9
@@ -40,5 +40,8 @@ class Xinput(AutotoolsPackage):
|
||||
depends_on('libxinerama')
|
||||
|
||||
depends_on('inputproto@2.1.99.1:', type='build')
|
||||
depends_on('fixesproto', type='build')
|
||||
depends_on('randrproto', type='build')
|
||||
depends_on('xineramaproto', type='build')
|
||||
depends_on('pkg-config@0.9.0:', type='build')
|
||||
depends_on('util-macros', type='build')
|
||||
|
Reference in New Issue
Block a user