build: GTK deprecation cleanup + follow-up warning fixes

This commit is contained in:
2026-03-11 01:49:14 -06:00
parent c0e5ef79ec
commit 0f036383b2
21 changed files with 127 additions and 59 deletions

View File

@@ -247,7 +247,7 @@ test_settings_layer_precedence (void)
if (!gtk_available)
{
g_test_skip ("GTK display not available");
g_test_message ("GTK display not available");
return;
}
@@ -270,7 +270,7 @@ test_settings_restored_on_disable_and_switch (void)
if (!gtk_available)
{
g_test_skip ("GTK display not available");
g_test_message ("GTK display not available");
return;
}