mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-misc/fastfetch: sync live ebuilds
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
parent
a6bb7e16a0
commit
4a563cbdcb
@ -67,13 +67,6 @@ REQUIRED_USE="
|
||||
chafa? ( imagemagick )
|
||||
"
|
||||
|
||||
pkg_pretend() {
|
||||
if use X && ! use opengl; then
|
||||
einfo 'USE="X" adds GLX support for USE="opengl"'
|
||||
einfo 'This build with USE="X -opengl" will not include any extra X support.'
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local fastfetch_enable_imagemagick7=no
|
||||
local fastfetch_enable_imagemagick6=no
|
||||
@ -83,8 +76,13 @@ src_configure() {
|
||||
fi
|
||||
|
||||
local glx=no
|
||||
if use opengl && use X; then
|
||||
glx=yes
|
||||
if use X; then
|
||||
if use opengl; then
|
||||
glx=yes
|
||||
else
|
||||
ewarn 'USE="X" adds GLX support for USE="opengl"'
|
||||
ewarn 'This build with USE="X -opengl" will not include any extra X support.'
|
||||
fi
|
||||
fi
|
||||
|
||||
local mycmakeargs=(
|
||||
|
||||
@ -67,13 +67,6 @@ REQUIRED_USE="
|
||||
chafa? ( imagemagick )
|
||||
"
|
||||
|
||||
pkg_pretend() {
|
||||
if use X && ! use opengl; then
|
||||
einfo 'USE="X" adds GLX support for USE="opengl"'
|
||||
einfo 'This build with USE="X -opengl" will not include any extra X support.'
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local fastfetch_enable_imagemagick7=no
|
||||
local fastfetch_enable_imagemagick6=no
|
||||
@ -83,8 +76,13 @@ src_configure() {
|
||||
fi
|
||||
|
||||
local glx=no
|
||||
if use opengl && use X; then
|
||||
glx=yes
|
||||
if use X; then
|
||||
if use opengl; then
|
||||
glx=yes
|
||||
else
|
||||
ewarn 'USE="X" adds GLX support for USE="opengl"'
|
||||
ewarn 'This build with USE="X -opengl" will not include any extra X support.'
|
||||
fi
|
||||
fi
|
||||
|
||||
local mycmakeargs=(
|
||||
|
||||
@ -68,7 +68,6 @@ REQUIRED_USE="
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
|
||||
local fastfetch_enable_imagemagick7=no
|
||||
local fastfetch_enable_imagemagick6=no
|
||||
if use imagemagick; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user