summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Shick2024-01-08 14:12:09 -0500
committerDan Shick2024-01-08 14:12:09 -0500
commit40c042db286f5931cf50d9fd8b99a6ad517ba215 (patch)
treee9e950195fc8e23d594196041f0969dfc91c0a34 /PKGBUILD
parente5ecb9e46f30d82abb8add09ef7aa37e972e5ba5 (diff)
downloadaur-xdg-desktop-portal-wlr-git.tar.gz
fix(deps): add missing dependency mesa for libgbm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40fb73f74719..54e1e86bf494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Davide Depau <davide@depau.eu>
pkgname=xdg-desktop-portal-wlr-git
-pkgver=0.7.0.r4.g84a9cf4
+pkgver=0.7.0.r11.g1eaa02e
pkgrel=1
pkgdesc='xdg-desktop-portal backend for wlroots'
url=https://github.com/emersion/xdg-desktop-portal-wlr
@@ -9,7 +9,7 @@ arch=(x86_64)
license=(custom:MIT)
provides=("${pkgname%-git}" "xdg-desktop-portal-impl")
conflicts=("${pkgname%-git}")
-depends=(xdg-desktop-portal pipewire libinih)
+depends=(xdg-desktop-portal pipewire mesa libinih)
makedepends=(git meson wayland-protocols wayland scdoc)
optdepends=(
"grim: required for the screenshot portal to function"