Unverified Commit 4e567efc authored by K900's avatar K900 Committed by GitHub
Browse files

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

parents 169264fe d7198131
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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