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
|
cd qtbase
|
||||||
find $CRAFT_STAGE/patches/qtbase_${QT} -type f -print0 | sort -z | xargs -r0 git apply
|
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 ..
|
cd ..
|
||||||
override-build: |
|
override-build: |
|
||||||
./configure \
|
./configure \
|
||||||
|
|
Loading…
Reference in New Issue