Add ffcmp dependency for tests.
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2020 21:18:40 +0000 (23:18 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2020 16:51:11 +0000 (18:51 +0200)
cscript

diff --git a/cscript b/cscript
index ce775aabc90947f6539891ed9ae846e2c0840af7..2e52267cd9cfbeec847455a0e2c55be7f696499b 100644 (file)
--- a/cscript
+++ b/cscript
@@ -386,6 +386,7 @@ def dependencies(target, options):
     deps.append(('openssl', 'carl'))
     if can_build_disk(target):
         deps.append(('lwext4', '370b3de6'))
+    deps.append(('ffcmp', None))
 
     return deps