wine: remove unrecognized flag --with-vkd3d
`configure: WARNING: unrecognized options: --with-vkd3d` Removed upstream in https://gitlab.winehq.org/wine/wine/-/commit/9d56ca72feb721034b79ca3a2fae4eceead88234
This commit is contained in:
@@ -119,7 +119,6 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
|
||||
configureFlags = prevConfigFlags
|
||||
++ lib.optionals supportFlags.waylandSupport [ "--with-wayland" ]
|
||||
++ lib.optionals supportFlags.vulkanSupport [ "--with-vulkan" ]
|
||||
++ lib.optionals supportFlags.vkd3dSupport [ "--with-vkd3d" ]
|
||||
++ lib.optionals (stdenv.isDarwin && !supportFlags.xineramaSupport) [ "--without-x" ];
|
||||
|
||||
# Wine locates a lot of libraries dynamically through dlopen(). Add
|
||||
|
||||
Reference in New Issue
Block a user