mission-center: add libdrm to the wrapper to fix GPU stats on AMD GPUs
This commit is contained in:
@@ -176,6 +176,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
lib.makeLibraryPath [
|
||||
# Make sure libGL libvulkan can be found by dlopen()
|
||||
libGL
|
||||
libdrm
|
||||
vulkan-loader
|
||||
]
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user