core: log gpu information in debuginfo

This commit is contained in:
outfoxxed 2026-03-14 02:31:47 -07:00
parent 1123d5ab4f
commit 1b2519d9f3
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
7 changed files with 82 additions and 3 deletions

View file

@ -33,6 +33,7 @@ Quickshell has a set of base dependencies you will always need, names vary by di
- `cmake`
- `qt6base`
- `qt6declarative`
- `libdrm`
- `qtshadertools` (build-time)
- `spirv-tools` (build-time)
- `pkg-config` (build-time)
@ -146,7 +147,6 @@ Enables streaming video from monitors and toplevel windows through various proto
To disable: `-DSCREENCOPY=OFF`
Dependencies:
- `libdrm`
- `libgbm`
- `vulkan-headers` (build-time)