hsakmt-roct@4.5.0: needs pkgconf (#28400)
This commit is contained in:
parent
e0f044561e
commit
0b2507053e
@ -34,6 +34,7 @@ class HsakmtRoct(CMakePackage):
|
||||
variant('build_type', default='Release', values=("Release", "Debug", "RelWithDebInfo"), description='CMake build type')
|
||||
variant('shared', default=True, description='Build shared or static library')
|
||||
|
||||
depends_on('pkgconfig', type='build', when='@4.5.0:')
|
||||
depends_on('cmake@3:', type='build')
|
||||
depends_on('numactl')
|
||||
depends_on('libdrm', when='@4.5.0:')
|
||||
|
Loading…
Reference in New Issue
Block a user