Downgrade wl_seat version in snap

To avoid high-resolution scrolling events
This commit is contained in:
Ilya Fedin 2023-04-25 08:13:18 +04:00 committed by John Preston
parent 3da787791f
commit cc6f63edf4
1 changed files with 2 additions and 0 deletions

View File

@ -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 \