Merge branch 'testing' Tag RC 1

This commit is contained in:
Storm Dragon
2026-01-02 09:45:19 -05:00
19 changed files with 534 additions and 51 deletions

View File

@@ -89,14 +89,6 @@ else
summary += {'sound support': 'no (missing gstreamer)'}
endif
# Check for libpeas
libpeas_dep = dependency('libpeas-1.0', required: false)
if libpeas_dep.found()
summary += {'plugin loading': 'yes (found libpeas)'}
else
summary += {'plugin loading': 'no (missing libpeas)'}
endif
# Integration with session startup
i18n.merge_file(
input: 'cthulhu-autostart.desktop.in',