2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

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

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}