obs-vkcapture: fix xcursor not rendering
obs-vkcapture has an optional dependency on libxcb which is required for rendering the cursor for x11 clients. Signed-off-by: Daniel Hill <daniel@gluo.nz>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
, wayland-scanner
|
||||
, obs-studio
|
||||
, libX11
|
||||
, libxcb
|
||||
, vulkan-headers
|
||||
, vulkan-loader
|
||||
, libGL
|
||||
@@ -35,6 +36,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
libGL
|
||||
libX11
|
||||
libxcb
|
||||
vulkan-headers
|
||||
vulkan-loader
|
||||
wayland
|
||||
|
||||
Reference in New Issue
Block a user