summaryrefslogtreecommitdiff
path: root/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/fastfetch/fastfetch-0.2.9999.ebuild')
-rw-r--r--app-misc/fastfetch/fastfetch-0.2.9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
index a9c8a037c914..a4a6fe605334 100644
--- a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
+++ b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="MIT"
SLOT="0"
-IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl pulseaudio sqlite test vulkan wayland xcb xrandr"
+IUSE="X chafa dbus ddcutil drm efl elf gnome imagemagick opencl opengl pulseaudio sqlite test vulkan wayland xcb xrandr"
RESTRICT="!test? ( test )"
# note - qa-vdb will always report errors because fastfetch loads the libs dynamically
@@ -56,6 +56,7 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
+ efl? ( dev-libs/efl )
opengl? ( X? ( x11-base/xorg-proto ) )
xcb? ( x11-base/xorg-proto )
xrandr? ( x11-base/xorg-proto )
@@ -98,6 +99,7 @@ src_configure() {
-DENABLE_DCONF=$(usex gnome)
-DENABLE_DDCUTIL=$(usex ddcutil)
-DENABLE_DRM=$(usex drm)
+ -DENABLE_EET=$(usex efl)
-DENABLE_ELF=$(usex elf)
-DENABLE_EGL=$(usex opengl)
-DENABLE_GIO=$(usex gnome)