Skip to content

Commit

Permalink
Update recipes/qt/5.x.x/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anonymous Maarten <[email protected]>
  • Loading branch information
AndreyMlashkin and madebr committed Jun 26, 2021
1 parent 262a27d commit 407beb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt/5.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def configure(self):
del self.options.with_libalsa
del self.options.with_openal

if tools.os_info.is_linux:
if self.settings.os in ("FreeBSD", "Linux"):
if self.options.qtwebengine:
self.options.with_fontconfig = True
else:
Expand Down

0 comments on commit 407beb5

Please sign in to comment.