build: remove DISTRIBUTOR_DEBUGINFO_AVAILABLE

This commit is contained in:
outfoxxed 2026-03-03 00:40:36 -08:00
parent cdde4c63f4
commit a849a88893
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
6 changed files with 14 additions and 19 deletions

View file

@ -56,3 +56,4 @@ set shell id.
- `glib` and `polkit` have been added as dependencies when compiling with polkit agent support.
- `vulkan-headers` has been added as a build-time dependency for screencopy (Vulkan backend support).
- `breakpad` has been replaced by `cpptrace`, which is far easier to package, and the `CRASH_REPORTER` cmake variable has been replaced with `CRASH_HANDLER` to stop this from being easy to ignore.
- `DISTRIBUTOR_DEBUGINFO_AVAILABLE` was removed as it is no longer important without breakpad.