From 407beb5fb7d5b63981672d74b4ddf81371ff2f27 Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Thu, 24 Jun 2021 23:22:42 +0200 Subject: [PATCH] Update recipes/qt/5.x.x/conanfile.py Co-authored-by: Anonymous Maarten --- recipes/qt/5.x.x/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/qt/5.x.x/conanfile.py b/recipes/qt/5.x.x/conanfile.py index 425b297a90389..45d4273c9d1fe 100644 --- a/recipes/qt/5.x.x/conanfile.py +++ b/recipes/qt/5.x.x/conanfile.py @@ -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: