mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
sys-process/nvtop: add 3.0.2, fix 9999
Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -19,12 +19,13 @@ fi
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="unicode video_cards_intel video_cards_amdgpu video_cards_nvidia"
|
||||
IUSE="unicode video_cards_intel video_cards_amdgpu video_cards_nvidia video_cards_freedreno"
|
||||
|
||||
RDEPEND="
|
||||
video_cards_intel? ( virtual/udev )
|
||||
video_cards_amdgpu? ( x11-libs/libdrm[video_cards_amdgpu] )
|
||||
video_cards_nvidia? ( x11-drivers/nvidia-drivers )
|
||||
video_cards_freedreno? ( x11-libs/libdrm[video_cards_freedreno] )
|
||||
sys-libs/ncurses:0=
|
||||
"
|
||||
|
||||
@@ -41,6 +42,7 @@ src_configure() {
|
||||
-DINTEL_SUPPORT=$(usex video_cards_intel)
|
||||
-DNVIDIA_SUPPORT=$(usex video_cards_nvidia)
|
||||
-DAMDGPU_SUPPORT=$(usex video_cards_amdgpu)
|
||||
-DMSM_SUPPORT=$(usex video_cards_freedreno)
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
|
||||
Reference in New Issue
Block a user