summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/compton/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/compton/APKBUILD b/user/compton/APKBUILD
index 233ffdec6..3b0dee878 100644
--- a/user/compton/APKBUILD
+++ b/user/compton/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=compton
pkgver=4
-pkgrel=0
+pkgrel=1
pkgdesc="Lightweight compositor for X11"
url="https://github.com/yshui/compton"
arch="all"
@@ -10,7 +10,7 @@ options="!check" # No test suite.
license="MIT AND MPL-2.0"
depends=""
makedepends="meson libx11-dev libxext-dev libev-dev xcb-util-renderutil-dev
- xcb-util-image-dev pixman-dev libconfig-dev pcre-dev mesa-dev
+ xcb-util-image-dev pixman-dev libconfig-dev pcre-dev libglvnd-dev
dbus-dev"
source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.gz"