dev-util/amdsmi: fix missing dependency for libdrm/amdgpu.h

Bug: https://bugs.gentoo.org/963526
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44373
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sv. Lockal 2025-10-30 00:50:19 +08:00 committed by Sam James
parent 67149ac377
commit 5cfd8494dd
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -34,6 +34,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
test? ( dev-cpp/gtest )
x11-libs/libdrm[video_cards_amdgpu]
"
RDEPEND="
${PYTHON_DEPS}