summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuoYi2022-01-23 15:45:18 +0800
committerLuoYi2022-01-23 15:45:18 +0800
commitf0cdc4fb6632c03a6898528fab5fe8da3513e0e5 (patch)
treeb7d38bf7a6ab00c75c7887c59e59e9dcf39cb73e /PKGBUILD
parent8f500d006aae00e4b9f92a3060280d7b8e6cbd0f (diff)
downloadaur-f0cdc4fb6632c03a6898528fab5fe8da3513e0e5.tar.gz
41.3-2: Rebuild after libwacom upgrade
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d34eb963881c..3553da323944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mutter-rounded
pkgver=41.3
-pkgrel=1.3
+pkgrel=2
pkgdesc="A window manager for GNOME, with rounded corners patch (integrate mr1441)"
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
@@ -32,7 +32,7 @@ _settings_src="mutter_settings::git+https://github.com/yilozt/mutter-rounded-set
# Mirrors in Gitee
if [ "${LANG}" = "zh_CN.UTF-8" ] ; then
- # _mutter_src="$pkgname::git+https://gitee.com/mirrors_GNOME/mutter.git#commit=$_commit"
+ _mutter_src="$pkgname::git+https://gitee.com/mirrors_GNOME/mutter.git#commit=$_commit"
_settings_src="mutter_settings::git+https://gitee.com/lluo/mutter-rounded-setting/"
fi
@@ -77,6 +77,7 @@ prepare() {
build() {
CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
LDFLAGS+=" -Wl,-Bsymbolic-functions"
+
arch-meson $pkgname build \
-D egl_device=true \
-D wayland_eglstream=true \