This commit is contained in:
parent
9a6a0e7393
commit
20c39b86f4
9 changed files with 62 additions and 22 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue