mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
obs-vkcapture: fix build against wayland
This commit is contained in:
parent
419cc4966e
commit
721c1e547a
@ -2,8 +2,10 @@
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, extra-cmake-modules
|
||||
, ninja
|
||||
, wayland
|
||||
, wayland-scanner
|
||||
, obs-studio
|
||||
, libX11
|
||||
, vulkan-headers
|
||||
@ -29,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
"-DBUILD_PLUGIN=OFF"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake ninja ];
|
||||
nativeBuildInputs = [ cmake extra-cmake-modules ninja wayland-scanner ];
|
||||
buildInputs = [
|
||||
libGL
|
||||
libX11
|
||||
|
Loading…
Reference in New Issue
Block a user