virglrenderer: set vulkan-dload to false; fixes venus (#526823)
This commit is contained in:
@@ -68,6 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mesonFlags = [
|
||||
(lib.mesonBool "video" vaapiSupport)
|
||||
(lib.mesonBool "venus" vulkanSupport)
|
||||
(lib.mesonBool "vulkan-dload" false)
|
||||
(lib.mesonOption "drm-renderers" (
|
||||
lib.optionalString nativeContextSupport (
|
||||
lib.concatStringsSep "," (
|
||||
|
||||
Reference in New Issue
Block a user