xsetpointer: fix wrong dependency type. (#15534)

This commit is contained in:
Toyohisa Kameyama 2020-03-19 03:02:35 +09:00 committed by GitHub
parent cfc5f3caec
commit 0fce7df1e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')