Disable building of dav1d tools and tests in snap

This commit is contained in:
Ilya Fedin 2020-04-13 12:20:05 +04:00 committed by John Preston
parent 5bb1c77199
commit 1d613995db

View file

@ -205,7 +205,10 @@ parts:
source-depth: 1
source-tag: 0.6.0
plugin: meson
meson-parameters: [--prefix=/usr]
meson-parameters:
- --prefix=/usr
- -Denable_tools=false
- -Denable_tests=false
after:
- nasm