Pull in the driver's OpenTrack feedback guard updates, v2.7.1

This commit is contained in:
wheaney 2026-02-04 14:51:19 -08:00
parent eb5d239271
commit 564e51d5d8
3 changed files with 12 additions and 2 deletions

View File

@ -1 +1 @@
2.7.0
2.7.1

10
bin/package_all Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
# exit when any command fails
set -e
ARCH=x86_64 bin/package_gnome "$@"
ARCH=aarch64 bin/package_gnome "$@"
STEAMOS=1 bin/package_kwin "$@"
bin/package_vulkan "$@"
STEAMOS=1 bin/package_vulkan "$@"

@ -1 +1 @@
Subproject commit e7cf08a12c716ad09e074a911e4de8ed8554d16d
Subproject commit d36e2a96f733d9e08b0f6fdb6384d23109608025