Commit bbfc27a2 authored by Colin's avatar Colin
Browse files

libssc: enable strictDeps

meson needs both binaries:
- `protoc` (provided by `protobuf`)
- `protoc-c` (provided by `protobufc`)
parent 66a5440b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -34,11 +34,14 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [
    protobuf
    protobufc
    pkg-config
    meson
    ninja
  ];

  strictDeps = true;

  meta = {
    description = "Library for exposing Qualcomm Sensor Core sensors to Linux";
    homepage = "https://codeberg.org/DylanVanAssche/libssc";