From 229ee9749ab623419316ad918ef076816a7842fd Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Sat, 6 Sep 2025 21:59:00 -0700 Subject: [PATCH] Update KWin setup to check out the sombrero submodule --- bin/breezy_kwin_setup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/breezy_kwin_setup b/bin/breezy_kwin_setup index b66709a..e4c9c1b 100755 --- a/bin/breezy_kwin_setup +++ b/bin/breezy_kwin_setup @@ -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