mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-06-10 05:56:49 +00:00
(#23141) imagl: use libpng version range
This commit is contained in:
@ -65,7 +65,7 @@ class ImaglConan(ConanFile):
|
|||||||
|
|
||||||
def requirements(self):
|
def requirements(self):
|
||||||
if self.options.with_png:
|
if self.options.with_png:
|
||||||
self.requires("libpng/1.6.40")
|
self.requires("libpng/[>=1.6 <2]")
|
||||||
if self._supports_jpeg and self.options.with_jpeg:
|
if self._supports_jpeg and self.options.with_jpeg:
|
||||||
self.requires("libjpeg/9e")
|
self.requires("libjpeg/9e")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user