hsakmt-roct@4.5.0: needs pkgconf (#28400)

This commit is contained in:
eugeneswalker 2022-01-14 07:38:19 -08:00 committed by GitHub
parent e0f044561e
commit 0b2507053e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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