app-misc/fastfetch: add 1.7.3

Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
This commit is contained in:
Viorel Munteanu
2022-10-10 07:43:47 +03:00
parent 5461f983ef
commit 3883d7564a
3 changed files with 90 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ IUSE="X chafa dbus gnome imagemagick opencl opengl osmesa pci sqlite vulkan wayl
# note - qa-vdb will always report errors because fastfetch loads the libs dynamically
RDEPEND="
dev-libs/cJSON
sys-libs/zlib
X? ( x11-libs/libX11 )
chafa? ( media-gfx/chafa )
@@ -78,6 +79,7 @@ src_configure() {
-DENABLE_OSMESA=$(usex osmesa)
-DENABLE_OPENCL=$(usex opencl)
-DENABLE_DBUS=$(usex dbus)
-DENABLE_LIBCJSON=yes
)
cmake_src_configure