summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a8ad275ea90..4baa77c1a355 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = mutter-performance
makedepends = wayland-protocols
makedepends = sysprof
makedepends = gi-docgen
+ makedepends = xorg-server-xvfb
depends = dconf
depends = gobject-introspection-runtime
depends = gsettings-desktop-schemas
diff --git a/PKGBUILD b/PKGBUILD
index 02db5780035e..88adaeb29fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,9 +42,9 @@ depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
gnome-settings-daemon libgudev libinput pipewire xorg-xwayland graphene
libxkbfile libsysprof-capture lcms2 colord)
makedepends=(gobject-introspection git egl-wayland meson xorg-server
- wayland-protocols sysprof gi-docgen)
+ wayland-protocols sysprof gi-docgen xorg-server-xvfb)
if [ -n "$_enable_check" ]; then
- checkdepends=(xorg-server-xvfb pipewire-session-manager python-dbusmock zenity)
+ checkdepends=(pipewire-session-manager python-dbusmock zenity)
fi
_commit=6a962803e85ff160ab33c6ee42fc009731c5029f # tags/43.1^2
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"