Update KWin setup to check out the sombrero submodule

This commit is contained in:
wheaney 2025-09-06 21:59:00 -07:00
parent f01c635138
commit 229ee9749a
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ then
echo "Downloading git submodules"
git submodule sync --recursive || true
git submodule update --init modules/XRLinuxDriver
git submodule update --init modules/sombrero
git submodule update --init ui/modules/PyXRLinuxDriverIPC
else
pushd $start_dir > /dev/null