Skip to content

Commit

Permalink
Disable freetype png support. Fails on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Apr 21, 2024
1 parent 813831f commit 4c993a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def configure(self):
self.options["cairo"].shared = False
self.options["cairo"].with_fontconfig = False
self.options["cairo"].with_glib = False
self.options["cairo"].with_png = False
self.options["freetype"].with_png = False

if self.settings.os != "Emscripten":
self.options["glew"].shared = False
Expand Down

0 comments on commit 4c993a4

Please sign in to comment.