Skip to content

Commit

Permalink
(#23004) freetype: use libpng version range
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 authored Mar 6, 2024
1 parent 00e6aa5 commit 92bca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/freetype/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def layout(self):

def requirements(self):
if self.options.with_png:
self.requires("libpng/1.6.42")
self.requires("libpng/[>=1.6 <2]")
if self.options.with_zlib:
self.requires("zlib/[>=1.2.10 <2]")
if self.options.with_bzip2:
Expand Down

0 comments on commit 92bca12

Please sign in to comment.