mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
sys-process/nvtop: fix QA issue
Removed NVML_INCLUDE_DIRS were not used by the project Closes: https://bugs.gentoo.org/840722 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -44,7 +44,6 @@ BDEPEND="
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
|
||||
-DNVML_INCLUDE_DIRS="${S}/include"
|
||||
-DCURSES_NEED_WIDE=$(usex unicode)
|
||||
-DNVIDIA_SUPPORT=$(usex video_cards_nvidia)
|
||||
-DAMDGPU_SUPPORT=$(usex video_cards_amdgpu)
|
||||
Reference in New Issue
Block a user