summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-03-27 15:21:59 +0100
committerTérence Clastres2019-03-27 15:34:42 +0100
commit620160d6669ba8d4ea909dadcd94348559aab058 (patch)
treee43f8e7f564bb9dc69359c75ef1391334072f95d
parentbb1b83f79510ae226231d0557d5679030e014f1a (diff)
downloadaur-620160d6669ba8d4ea909dadcd94348559aab058.tar.gz
Disable !283 by default
!283 will only work if !275 is applied to gnome-shell and having only one of them result in a breakage. We can only automate using assumtion so let the user choose to enable it
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c916afc61208..363af1e504a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,8 @@ prepare() {
# clutter-actor: Add detail to captured-event signal [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/283
- git cherry-pick -n a20a0d7a
+ # requires gnome-shell-performance with the patch manually enabled there as well
+ # git cherry-pick -n a20a0d7a
# clutter: Deliver events sooner when possible
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/168