mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Downgrade wl_seat version in snap
To avoid high-resolution scrolling events
This commit is contained in:
parent
3da787791f
commit
cc6f63edf4
1 changed files with 2 additions and 0 deletions
|
@ -488,6 +488,8 @@ parts:
|
|||
|
||||
cd qtbase
|
||||
find $CRAFT_STAGE/patches/qtbase_${QT} -type f -print0 | sort -z | xargs -r0 git apply
|
||||
cd ../qtwayland
|
||||
sed -i 's/qMin(version, 8)/qMin(version, 7)/' src/client/qwaylandinputdevice.cpp
|
||||
cd ..
|
||||
override-build: |
|
||||
./configure \
|
||||
|
|
Loading…
Add table
Reference in a new issue