xsetpointer: fix wrong dependency type. (#15534)
This commit is contained in:
parent
cfc5f3caec
commit
0fce7df1e9
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ class Xsetpointer(AutotoolsPackage):
|
|||
|
||||
version('1.0.1', sha256='54be93b20fd6f1deac67246d6e214a60b02dcfbf05295e43751f7a04edb986ac')
|
||||
|
||||
depends_on('libxi')
|
||||
depends_on('libx11')
|
||||
depends_on('libxi', type='link')
|
||||
depends_on('libx11', type='link')
|
||||
depends_on('inputproto@1.4:', type='link')
|
||||
|
||||
depends_on('inputproto@1.4:', type='build')
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('util-macros', type='build')
|
||||
|
|
Loading…
Reference in a new issue