Merge pull request #200356 from K900/aarch64-vulkan
mesa: build more Vulkan drivers on aarch64-linux
This commit is contained in:
commit
f2073b84c4
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
, libglvnd, libunwind
|
||||
, vulkan-loader, glslang
|
||||
, galliumDrivers ? ["auto"]
|
||||
, vulkanDrivers ? ["auto"]
|
||||
# upstream Mesa defaults to only enabling swrast (aka lavapipe) on aarch64 for some reason, so force building the others
|
||||
, vulkanDrivers ? [ "auto" ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ "broadcom" "freedreno" "panfrost" ]
|
||||
, eglPlatforms ? [ "x11" ] ++ lib.optionals stdenv.isLinux [ "wayland" ]
|
||||
, vulkanLayers ? lib.optionals (!stdenv.isDarwin) [ "device-select" "overlay" ] # No Vulkan support on Darwin
|
||||
, OpenGL, Xplugin
|
||||
|
|
Loading…
Reference in a new issue