summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpobrn2023-07-25 21:29:06 +0200
committerpobrn2023-07-25 21:41:15 +0200
commite5d4415cb033710276d96518d7e1228dc8a11bac (patch)
tree31ce92ed56428dd354d168ceaa45c21072e01c54
parenta776650f2ff492684c50f6a149c35dcbbbee6cf8 (diff)
downloadaur-e5d4415cb033710276d96518d7e1228dc8a11bac.tar.gz
add `libei` to `depends`
Upstream commit 2fb3bdf774d40c2b6566c3c623bdfe1a25f3bea9 ("input-capture: Hook up capturing of events to active session") made libeis a required dependency. https://gitlab.gnome.org/GNOME/mutter/-/commit/2fb3bdf774d40c2b6566c3c623bdfe1a25f3bea9
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d19dbe65527..21a2f0626d04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mutter-git
pkgdesc = Window manager and compositor for GNOME
- pkgver = 44.1+r202+g094504337
+ pkgver = 44.1+r204+g055d277c7
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
@@ -32,6 +32,7 @@ pkgbase = mutter-git
depends = pipewire
depends = startup-notification
depends = xorg-xwayland
+ depends = libei
source = git+https://gitlab.gnome.org/GNOME/mutter.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index be82ea86777d..93095bd5b901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,6 +34,7 @@ depends=(
pipewire
startup-notification
xorg-xwayland
+ libei
)
makedepends=(
egl-wayland