Skip to content

Commit

Permalink
bump libtiff, downgrade glib
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Oct 25, 2022
1 parent 424cbb1 commit ca1e32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/wxwidgets/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def build_requirements(self):

def requirements(self):
# To solve versions conflicts:
self.requires("glib/2.72.0", override=True)
self.requires("glib/2.70.4", override=True)

if self.settings.os == 'Linux':
self.requires("xorg/system")
Expand All @@ -126,7 +126,7 @@ def requirements(self):
elif self.options.jpeg == 'mozjpeg':
self.requires("mozjpeg/3.3.1")
if self.options.tiff == 'libtiff':
self.requires("libtiff/4.0.9")
self.requires("libtiff/4.3.0")
if self.options.zlib == 'zlib':
self.requires("zlib/1.2.11")
if self.options.expat == 'expat':
Expand Down

0 comments on commit ca1e32f

Please sign in to comment.