Switch to new download format, update dependencies and source.sh script

This commit is contained in:
2025-11-23 12:15:20 +02:00
parent 30e7399643
commit 36ebd784f6
4 changed files with 59 additions and 18 deletions
+9
View File
@@ -0,0 +1,9 @@
ACTION=="remove", GOTO="seat_end"
SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="seat", TAG+="master-of-seat"
SUBSYSTEM=="drm", KERNEL=="card[0-9]*", TAG+="seat", TAG+="master-of-seat"
TAG=="seat", ENV{ID_PATH}=="", IMPORT{builtin}="path_id"
TAG=="seat", ENV{ID_FOR_SEAT}=="", ENV{ID_PATH_TAG}!="", ENV{ID_FOR_SEAT}="$env{SUBSYSTEM}-$env{ID_PATH_TAG}"
LABEL="seat_end"