@@ -94,21 +94,21 @@ def layout(self):
9494 basic_layout (self , src_folder = "src" )
9595
9696 def requirements (self ):
97- self .requires ("pixman/0.43.4 " )
97+ self .requires ("pixman/0.46.2 " )
9898 if self .options .with_zlib and self .options .with_png :
99- self .requires ("expat/[>=2.6 .2 <3]" )
99+ self .requires ("expat/[>=2.7 .2 <3]" )
100100 if self .options .with_lzo :
101101 self .requires ("lzo/2.10" )
102102 if self .options .with_zlib :
103- self .requires ("zlib/[>=1.2.11 <2]" )
103+ self .requires ("zlib/[>=1.3.1 <2]" )
104104 if self .options .with_freetype :
105- self .requires ("freetype/2.13.2 " , transitive_headers = True , transitive_libs = True )
105+ self .requires ("freetype/2.13.3 " , transitive_headers = True , transitive_libs = True )
106106 if self .options .with_fontconfig :
107- self .requires ("fontconfig/2.15.0-odr " , transitive_headers = True , transitive_libs = True )
107+ self .requires ("fontconfig/2.15.0" , transitive_headers = True , transitive_libs = True )
108108 if self .options .with_png :
109- self .requires ("libpng/[>=1.6 <2]" )
109+ self .requires ("libpng/[>=1.6.50 <2]" )
110110 if self .options .with_glib :
111- self .requires ("glib/2.81.0-odr " )
111+ self .requires ("glib/2.85.3 " )
112112 if self .settings .os in ["Linux" , "FreeBSD" ]:
113113 if self .options .with_xlib or self .options .with_xlib_xrender or self .options .with_xcb :
114114 self .requires ("xorg/system" , transitive_headers = True , transitive_libs = True )
@@ -136,9 +136,9 @@ def validate(self):
136136 )
137137
138138 def build_requirements (self ):
139- self .tool_requires ("meson/1.4.0 " )
139+ self .tool_requires ("meson/1.8.2 " )
140140 if not self .conf .get ("tools.gnu:pkg_config" , check_type = str ):
141- self .tool_requires ("pkgconf/2.1 .0" )
141+ self .tool_requires ("pkgconf/2.2 .0" )
142142
143143 def source (self ):
144144 get (self , ** self .conan_data ["sources" ][self .version ], strip_root = True )
0 commit comments