change option name and default value

pull/794/head
hanna 2023-11-02 22:03:11 -07:00
parent 5a161719cc
commit 915f1f5e62
No known key found for this signature in database
GPG Key ID: 67B602A54658CE7C
1 changed files with 2 additions and 2 deletions

View File

@ -90,9 +90,9 @@ pub fn build(b: *std.Build) !void {
libadwaita = b.option(
bool,
"libadwaita",
"gtk-libadwaita",
"Enables the use of libadwaita when using the gtk rendering backend.",
) orelse false;
) orelse true;
renderer_impl = b.option(
renderer.Impl,