diff options
author | 2019-10-24 17:41:30 -0400 | |
---|---|---|
committer | 2019-10-24 17:41:59 -0400 | |
commit | 9b74b2facd96e763a6d60a1e725bb7afcce42992 (patch) | |
tree | 06acbca8d56f23025c3acbca6eddd8074884829c /dev-libs/roct-thunk-interface | |
parent | sys-apps/rng-tools: Add patch to help rngd shutdown (diff) | |
download | gentoo-9b74b2facd96e763a6d60a1e725bb7afcce42992.tar.gz gentoo-9b74b2facd96e763a6d60a1e725bb7afcce42992.tar.bz2 gentoo-9b74b2facd96e763a6d60a1e725bb7afcce42992.zip |
dev-libs/roct-thunk-interface: Require DRM_AMDGPU DRM_AMDGPU_USERPTR
See https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/issues/44
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-libs/roct-thunk-interface')
-rw-r--r-- | dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild index 84d01d8e830e..8309cffdc300 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild @@ -16,7 +16,7 @@ fi DESCRIPTION="Radeon Open Compute Thunk Interface" HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface" -CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE" +CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE ~DRM_AMDGPU ~DRM_AMDGPU_USERPTR" LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild index 84d01d8e830e..8309cffdc300 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild @@ -16,7 +16,7 @@ fi DESCRIPTION="Radeon Open Compute Thunk Interface" HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface" -CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE" +CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE ~DRM_AMDGPU ~DRM_AMDGPU_USERPTR" LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" |