Skip to content

Commit

Permalink
sysutils/fastfetch: also remove lite flavor
Browse files Browse the repository at this point in the history
Since the dependencies are not forced now, it's not necessary.
  • Loading branch information
pkubaj committed Jan 10, 2024
1 parent 9199417 commit c4ebc18
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sysutils/fastfetch/Makefile
Expand Up @@ -12,21 +12,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libyyjson.so:devel/yyjson

FLAVORS= full lite
FLAVOR?= ${FLAVORS:[1]}
lite_PKGNAMESUFFIX= -lite

USES= cmake:testing localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= fastfetch-cli

OPTIONS_DEFINE= LIBPCI VULKAN WAYLAND XCB GIO DCONF DBUS XFCONF \
SQLITE3 IMAGEMAGICK CHAFA GLX OPENCL PULSEAUDIO

.if ${FLAVOR} == full
OPTIONS_DEFAULT= VULKAN WAYLAND XCB GIO DCONF DBUS XFCONF \
SQLITE3 IMAGEMAGICK CHAFA GLX OPENCL PULSEAUDIO
.endif

DCONF_DESC= Needed for values that are only stored in DConf + Fallback for GSettings
CHAFA_DESC= Image output as ascii art
Expand Down

0 comments on commit c4ebc18

Please sign in to comment.