mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-14 02:35:37 +00:00
(#15504) fontconfig: use self.dependencies instead of deps_cpp_info
This commit is contained in:
@@ -89,7 +89,7 @@ class FontconfigConan(ConanFile):
|
||||
apply_conandata_patches(self)
|
||||
replace_in_file(self, os.path.join(self.source_folder, "meson.build"),
|
||||
"freetype_req = '>= 21.0.15'",
|
||||
f"freetype_req = '{Version(self.deps_cpp_info['freetype'].version)}'")
|
||||
f"freetype_req = '{Version(self.dependencies['freetype'].ref.version)}'")
|
||||
|
||||
def build(self):
|
||||
self._patch_files()
|
||||
|
Reference in New Issue
Block a user