wine: add Vulkan support
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
pulseaudioSupport ? false,
|
||||
udevSupport ? false,
|
||||
xineramaSupport ? false,
|
||||
xmlSupport ? false }:
|
||||
xmlSupport ? false,
|
||||
vulkanSupport ? false,
|
||||
}:
|
||||
|
||||
let wine-build = build: release:
|
||||
lib.getAttr build (callPackage ./packages.nix {
|
||||
@@ -51,7 +53,7 @@ let wine-build = build: release:
|
||||
netapiSupport cursesSupport vaSupport pcapSupport v4lSupport saneSupport
|
||||
gsmSupport gphoto2Support ldapSupport fontconfigSupport alsaSupport
|
||||
pulseaudioSupport xineramaSupport gtkSupport openclSupport xmlSupport tlsSupport
|
||||
openglSupport gstreamerSupport udevSupport;
|
||||
openglSupport gstreamerSupport udevSupport vulkanSupport;
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user