Add fontconfig dependency

This commit is contained in:
Dan Paulat 2023-09-18 22:29:46 -05:00
parent 5ed0d53feb
commit 11c01e8538
3 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@ class SupercellWxConan(ConanFile):
settings = ("os", "compiler", "build_type", "arch")
requires = ("boost/1.81.0",
"cpr/1.9.3",
"fontconfig/2.14.2",
"freetype/2.12.1",
"geographiclib/1.52",
"glew/2.2.0",