mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
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
This commit is contained in:

committed by
Adrien Béraud

parent
1eed2c28bf
commit
69995fcb86
@ -34,6 +34,7 @@ def build_contrib(args, paths):
|
||||
"onnx",
|
||||
"opencv",
|
||||
"opencv_contrib",
|
||||
"freetype",
|
||||
]
|
||||
versioner.extra_output_dirs = ["msvc"]
|
||||
|
||||
|
Reference in New Issue
Block a user