chore: add xvfb to deps-debian.sh (required by build-appimages smoke tests)

build-appimages.sh T3/T4 smoke tests start Xvfb automatically when no
DISPLAY is set. Without xvfb in the deps array, a clean Debian/Ubuntu
host would pass the dep check but fail at smoke-test time.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 11:39:10 -04:00
parent f7e35652a9
commit e619699660
+1
View File
@@ -21,6 +21,7 @@ SETHLABELS_DEPS=(
file dpkg-dev fakeroot
wget
bats
xvfb
)
# Detect sourced vs. executed.