obs-vkcapture: don't depend on ECM (#349081)

This commit is contained in:
K900 2024-10-16 19:33:09 +03:00 committed by GitHub
commit 4e567efc38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
, stdenv
, fetchFromGitHub
, cmake
, extra-cmake-modules
, pkg-config
, ninja
, wayland
, wayland-scanner
@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
"-DBUILD_PLUGIN=OFF"
];
nativeBuildInputs = [ cmake extra-cmake-modules ninja wayland-scanner ];
nativeBuildInputs = [ cmake ninja pkg-config wayland-scanner ];
buildInputs = [
libGL
libffi