perl
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoIxD 2026-09-17 22:02:27 -07:00
commit 20c39b86f4
9 changed files with 62 additions and 22 deletions

8
configure vendored
View file

@ -55,7 +55,8 @@ param_set("examples", 1);
param_set("allow-sloppy-focus", 0);
# (option that only makes sense on Windows)
param_set("directx", 0);
param_set("dxd8", 0);
param_set("dxd9", 0);
my %features = (
"classic-theme" => "use classic theme",
@ -73,7 +74,8 @@ my %features = (
"gnustep" => "use gnustep",
"dbus" => "use DBus on supported platform",
"allow-sloppy-focus" => "prevent the x11 backend from using XSetInputFocus to enforce click-to-focus",
"directx" => "(Windows only) build DirectX widget"
"directx8" => "(Windows only) build DXD8 widget",
"directx9" => "(Windows only) build DXD9 widget"
);
my @features_keys = (
"1classic-theme", "1stb-image",
@ -82,7 +84,7 @@ my @features_keys = (
"1vulkan", "2vulkan-string-helper",
"1shared", "1static",
"1wayland", "1gnustep",
"1dbus", "1directx"
"1dbus", "1direct8", "1directx9"
);
sub def_platform {