wine: enable Vulkan on Darwin
This commit is contained in:
parent
e731e6638c
commit
913c322cc9
@ -12,8 +12,7 @@ rec {
|
|||||||
fontconfigSupport = stdenv.isLinux;
|
fontconfigSupport = stdenv.isLinux;
|
||||||
alsaSupport = stdenv.isLinux;
|
alsaSupport = stdenv.isLinux;
|
||||||
openglSupport = true;
|
openglSupport = true;
|
||||||
# Works on Darwin but disabled by default to prevent Hydra build failures due to MoltenVK.
|
vulkanSupport = true;
|
||||||
vulkanSupport = stdenv.isLinux;
|
|
||||||
tlsSupport = true;
|
tlsSupport = true;
|
||||||
cupsSupport = true;
|
cupsSupport = true;
|
||||||
dbusSupport = stdenv.isLinux;
|
dbusSupport = stdenv.isLinux;
|
||||||
@ -41,7 +40,6 @@ rec {
|
|||||||
gphoto2Support = true;
|
gphoto2Support = true;
|
||||||
krb5Support = true;
|
krb5Support = true;
|
||||||
ldapSupport = true;
|
ldapSupport = true;
|
||||||
# Works on Darwin but disabled by default to prevent Hydra build failures due to MoltenVK.
|
|
||||||
vkd3dSupport = stdenv.isLinux;
|
vkd3dSupport = stdenv.isLinux;
|
||||||
embedInstallers = true;
|
embedInstallers = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user