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.
This commit is contained in:
parent
72f5bfc3b5
commit
de3b71ba40
@ -65,6 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
mesonFlags = [
|
||||
(lib.mesonEnable "doc" enableDocumentation)
|
||||
(lib.mesonEnable "tests" finalAttrs.finalPackage.doCheck)
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user