From 69995fcb865a64d3904d83cd30935591420cc4bf Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Mon, 10 Jun 2024 17:34:16 -0400 Subject: [PATCH] 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 --- extras/scripts/winmake.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/scripts/winmake.py b/extras/scripts/winmake.py index aa0e7f8f67..6edef79390 100644 --- a/extras/scripts/winmake.py +++ b/extras/scripts/winmake.py @@ -34,6 +34,7 @@ def build_contrib(args, paths): "onnx", "opencv", "opencv_contrib", + "freetype", ] versioner.extra_output_dirs = ["msvc"] -- GitLab