summaryrefslogtreecommitdiff
path: root/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-02 14:53:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-02 14:53:28 +0000
commit4eaeaf683cb193978f14d55e52ea834d32e8a089 (patch)
treecd23a4d91c322f29e5c001bc033a008e309831a4 /app-misc/fastfetch/fastfetch-0.2.9999.ebuild
parente12724a13a1677867978f5ecd7fabda4eb1e3aa8 (diff)
gentoo auto-resync : 02:01:2024 - 14:53:28
Diffstat (limited to 'app-misc/fastfetch/fastfetch-0.2.9999.ebuild')
-rw-r--r--app-misc/fastfetch/fastfetch-0.2.9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
index 4af72e9b74c7..ae19e4a9dad9 100644
--- a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
+++ b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,9 +18,9 @@ else
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
-LICENSE="MIT"
+LICENSE="MIT nvidia-gpu? ( NVIDIA-NVLM )"
SLOT="0"
-IUSE="X chafa dbus ddcutil drm gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr"
+IUSE="X chafa dbus ddcutil drm gnome imagemagick networkmanager nvidia-gpu opencl opengl osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr"
RESTRICT="!test? ( test )"
# note - qa-vdb will always report errors because fastfetch loads the libs dynamically
@@ -87,6 +87,7 @@ src_configure() {
-DENABLE_IMAGEMAGICK7=${fastfetch_enable_imagemagick7}
-DENABLE_LIBNM=$(usex networkmanager)
-DENABLE_LIBPCI=$(usex pci)
+ -DENABLE_PROPRIETARY_GPU_DRIVER_API=$(usex nvidia-gpu)
-DENABLE_OPENCL=$(usex opencl)
-DENABLE_OSMESA=$(usex osmesa)
-DENABLE_PULSE=$(usex pulseaudio)