mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-07 15:51:51 +00:00
Downgrade wl_seat version in snap
To avoid high-resolution scrolling events
This commit is contained in:
parent
3da787791f
commit
cc6f63edf4
@ -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…
Reference in New Issue
Block a user