use-experimental-wayland => use-wayland

This commit is contained in:
IoI_xD 2026-03-24 17:39:25 -07:00
commit 7162350e24
2 changed files with 3 additions and 3 deletions

4
configure vendored
View file

@ -58,7 +58,7 @@ my %features = (
"vulkan-string-helper" => "use Vulkan string helper",
"shared" => "build shared library",
"static" => "build static library",
"experimental-wayland" => "enable WIP wayland backend",
"wayland" => "enable ayland backend",
);
my @features_keys = (
"1classic-theme", "1stb-image",
@ -66,7 +66,7 @@ my @features_keys = (
"1opengl", "2xrender",
"1vulkan", "2vulkan-string-helper",
"1shared", "1static",
"1experimental-wayland"
"1wayland"
);
foreach my $l (@ARGV) {

View file

@ -1,4 +1,4 @@
if (param_get("experimental-wayland")) {
if (param_get("wayland")) {
use_backend("wayland", "x11");
}
else {