forked from pyrite-dev/milsko
use-experimental-wayland => use-wayland
This commit is contained in:
parent
47746ff30e
commit
7162350e24
2 changed files with 3 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
if (param_get("experimental-wayland")) {
|
||||
if (param_get("wayland")) {
|
||||
use_backend("wayland", "x11");
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue