From 79fca3cab88e1911d4203507ccce47ebaeaaff9c Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 17 Nov 2024 21:38:17 -0800 Subject: [PATCH] docs: mention spirv-tools in BUILD.md --- BUILD.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 2085a5b3..659a6166 100644 --- a/BUILD.md +++ b/BUILD.md @@ -42,7 +42,8 @@ Quickshell has a set of base dependencies you will always need, names vary by di - `qt6base` - `qt6declarative` - `qtshadertools` (build-time only) -- `pkg-config` +- `spirv-tools` (build-time only) +- `pkg-config` (build-time only) - `cli11` On some distros, private Qt headers are in separate packages which you may have to install.