summaryrefslogtreecommitdiff
path: root/user/fastfetch/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-11-26 09:08:09 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-11-29 04:55:38 -0600
commit008e87468b2239cee8e25633e873519a175ab6a5 (patch)
tree65dabf7848db80b32e65671855647b32865bf78c /user/fastfetch/APKBUILD
parentafa10c899e95d5c420054f874af97e9dcdda821c (diff)
downloadpackages-008e87468b2239cee8e25633e873519a175ab6a5.tar.gz
packages-008e87468b2239cee8e25633e873519a175ab6a5.tar.bz2
packages-008e87468b2239cee8e25633e873519a175ab6a5.tar.xz
packages-008e87468b2239cee8e25633e873519a175ab6a5.zip
user/fastfetch: Add libglvnd dependency
* Mesa is still used for GBM and KMS.
Diffstat (limited to 'user/fastfetch/APKBUILD')
-rw-r--r--user/fastfetch/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/fastfetch/APKBUILD b/user/fastfetch/APKBUILD
index 5bbe3e20c..9c527663e 100644
--- a/user/fastfetch/APKBUILD
+++ b/user/fastfetch/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Horst G. Burkhardt <horst@adelielinux.org>
pkgname=fastfetch
pkgver=2.5.0
-pkgrel=0
+pkgrel=1
pkgdesc="Tool for fetching and presenting system information"
url="https://github.com/fastfetch-cli/fastfetch"
arch="all"
@@ -12,7 +12,7 @@ license="MIT"
depends=""
makedepends="cmake dbus-dev dconf-dev libdrm-dev libxcb-dev libxrandr-dev
mesa-dev networkmanager-dev pciutils-dev pulseaudio-dev sqlite-dev
- utmps-dev wayland-dev xfconf-dev zlib-dev"
+ utmps-dev wayland-dev xfconf-dev zlib-dev libglvnd-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/$pkgver.tar.gz"
build() {