Merge pull request #2636 from jcollie/unifi-adwaita

core/gtk: unify libadwaita/adwaita options in the code
This commit is contained in:
Mitchell Hashimoto
2024-11-09 11:56:58 -08:00
committed by GitHub
7 changed files with 18 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ pub fn run(alloc: Allocator) !u8 {
gtk.gtk_get_minor_version(),
gtk.gtk_get_micro_version(),
});
if (comptime build_options.libadwaita) {
if (comptime build_options.adwaita) {
try stdout.print(" - libadwaita : enabled\n", .{});
try stdout.print(" build : {s}\n", .{
gtk.ADW_VERSION_S,