mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
change option name and default value
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user