Merge pull request #189127 from wakira/obs-vkcapture-fix-build

obs-vkcapture: fix build against wayland
This commit is contained in:
superherointj 2022-09-01 08:46:46 -03:00 committed by GitHub
commit b24dbddb58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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