Commit de3b71ba authored by Jordan Williams's avatar Jordan Williams Committed by Artturin
Browse files

gst_all_1.gst-editing-services: enable/disable tests in Meson

This ensures that tests are disabled when cross-compiling.
This is necessary as tests/validate requires `gst-tester-1.0` to be executable.
parent 72f5bfc3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ stdenv.mkDerivation (finalAttrs: {

  mesonFlags = [
    (lib.mesonEnable "doc" enableDocumentation)
    (lib.mesonEnable "tests" finalAttrs.finalPackage.doCheck)
  ];

  postPatch = ''