Skip to content

Commit

Permalink
Merge pull request #189127 from wakira/obs-vkcapture-fix-build
Browse files Browse the repository at this point in the history
obs-vkcapture: fix build against wayland
  • Loading branch information
superherointj committed Sep 1, 2022
2 parents 27ced25 + 721c1e5 commit b24dbdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
, stdenv
, fetchFromGitHub
, cmake
, extra-cmake-modules
, ninja
, wayland
, wayland-scanner
, obs-studio
, libX11
, vulkan-headers
Expand All @@ -29,7 +31,7 @@ stdenv.mkDerivation rec {
"-DBUILD_PLUGIN=OFF"
];

nativeBuildInputs = [ cmake ninja ];
nativeBuildInputs = [ cmake extra-cmake-modules ninja wayland-scanner ];
buildInputs = [
libGL
libX11
Expand Down

0 comments on commit b24dbdd

Please sign in to comment.