Skip to content
Snippets Groups Projects
Commit 69995fcb authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Adrien Béraud
Browse files

contrib: prevent freetype from building for libjami-core

This dependency is only required by jami-plugins. Until the
jami-plugins repo migrates to using its own dependency tree and
pywinmake, we can ignore its specific dependencies here.

Gitlab: #1009
Change-Id: Ie845b24cac28fcd6c0f5cced06214be36bb5346a
parent 1eed2c28
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ def build_contrib(args, paths): ...@@ -34,6 +34,7 @@ def build_contrib(args, paths):
"onnx", "onnx",
"opencv", "opencv",
"opencv_contrib", "opencv_contrib",
"freetype",
] ]
versioner.extra_output_dirs = ["msvc"] versioner.extra_output_dirs = ["msvc"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment