summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b0a99d8c497..c165a6e7a4b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,11 +61,11 @@ prepare() {
# clutter-stage-cogl: Reduce output latency and reduce missed frames too [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/281
# first commit replaced by !363
- git cherry-pick -n 186f16f8
+ git cherry-pick -n f5a1ec1c
# Consolidate all frame throttling into clutter-stage-cogl [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/363
- git cherry-pick -n 577084a4^..c71e6523
+ git cherry-pick -n fd8a2de8^..265772a4
# clutter-actor: Add detail to captured-event signal [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/283