diff --git a/configure b/configure index 5ffbe54..1c06c0d 100755 --- a/configure +++ b/configure @@ -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) { diff --git a/pl/ostype/Linux.pl b/pl/ostype/Linux.pl index 155cd4a..88adcf8 100644 --- a/pl/ostype/Linux.pl +++ b/pl/ostype/Linux.pl @@ -1,4 +1,4 @@ -if (param_get("experimental-wayland")) { +if (param_get("wayland")) { use_backend("wayland", "x11"); } else {