[arch-commits] Commit in mutter/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Dec 11 00:35:54 UTC 2020
Date: Friday, December 11, 2020 @ 00:35:53
Author: heftig
Revision: 403957
3.38.2-2: enable xwayland_initfd (only possible with Xwayland from master)
Modified:
mutter/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-11 00:28:32 UTC (rev 403956)
+++ PKGBUILD 2020-12-11 00:35:53 UTC (rev 403957)
@@ -4,7 +4,7 @@
pkgname=mutter
pkgver=3.38.2
-pkgrel=1
+pkgrel=2
pkgdesc="A window manager for GNOME"
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
@@ -12,7 +12,7 @@
depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
libcanberra startup-notification zenity libsm gnome-desktop upower
libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
- xorg-server-xwayland graphene)
+ xorg-xwayland graphene)
makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
checkdepends=(xorg-server-xvfb)
provides=(libmutter-7.so)
@@ -37,7 +37,6 @@
arch-meson $pkgname build \
-D egl_device=true \
-D wayland_eglstream=true \
- -D xwayland_initfd=disabled \
-D installed_tests=false
meson compile -C build
}
More information about the arch-commits
mailing list