summaryrefslogtreecommitdiffstats
path: root/source/x
diff options
context:
space:
mode:
Diffstat (limited to 'source/x')
-rwxr-xr-xsource/x/libepoxy/libepoxy.SlackBuild2
-rw-r--r--source/x/libepoxy/libepoxy.url2
-rw-r--r--source/x/libinput/libinput.less.lag.complaining.diff10
3 files changed, 7 insertions, 7 deletions
diff --git a/source/x/libepoxy/libepoxy.SlackBuild b/source/x/libepoxy/libepoxy.SlackBuild
index d7b5f513d..e364abcc9 100755
--- a/source/x/libepoxy/libepoxy.SlackBuild
+++ b/source/x/libepoxy/libepoxy.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libepoxy
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/x/libepoxy/libepoxy.url b/source/x/libepoxy/libepoxy.url
index 08b7d7be4..fca058ac2 100644
--- a/source/x/libepoxy/libepoxy.url
+++ b/source/x/libepoxy/libepoxy.url
@@ -1 +1 @@
-https://github.com/anholt/libepoxy/releases/download/1.5.5/libepoxy-1.5.5.tar.xz
+https://github.com/anholt/libepoxy/releases/download/1.5.7/libepoxy-1.5.7.tar.xz
diff --git a/source/x/libinput/libinput.less.lag.complaining.diff b/source/x/libinput/libinput.less.lag.complaining.diff
index a8d8c489a..5c1ec03b8 100644
--- a/source/x/libinput/libinput.less.lag.complaining.diff
+++ b/source/x/libinput/libinput.less.lag.complaining.diff
@@ -1,6 +1,6 @@
---- ./src/evdev.c.orig 2020-08-12 22:50:03.612642300 -0500
-+++ ./src/evdev.c 2020-08-20 17:26:17.663305924 -0500
-@@ -1027,7 +1027,7 @@
+--- ./src/evdev.c.orig 2021-04-29 23:25:41.531076400 -0500
++++ ./src/evdev.c 2021-04-30 12:39:02.636755868 -0500
+@@ -1028,7 +1028,7 @@
/* if we have a current libinput_dispatch() snapshot, compare our
* event time with the one from the snapshot. If we have more than
@@ -9,10 +9,10 @@
* where there is no steady event flow and thus SYN_DROPPED may not
* get hit by the kernel despite us being too slow.
*/
-@@ -1035,7 +1035,7 @@
+@@ -1037,7 +1037,7 @@
return;
- tdelta = us2ms(libinput->dispatch_time - input_event_time(ev));
+ tdelta = us2ms(libinput->dispatch_time - eventtime);
- if (tdelta > 10) {
+ if (tdelta > 75) {
evdev_log_bug_client_ratelimit(device,