change option name and default value

This commit is contained in:
hanna
2023-11-02 22:03:11 -07:00
parent 5a161719cc
commit 915f1f5e62

View File

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