diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-08-19 12:05:57 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-08-19 12:05:57 +0200 |
| commit | 758e1112044e0dde6bba1c469a3b1ca2f79a32cc (patch) | |
| tree | 9318e2a9d394438049c03297e80a3fe59b188bea /conanfile.py | |
| parent | b9b88ebf05fec3b60198dea011efe035e02bfb26 (diff) | |
| download | wanda-758e1112044e0dde6bba1c469a3b1ca2f79a32cc.tar.xz wanda-758e1112044e0dde6bba1c469a3b1ca2f79a32cc.zip | |
deps: switch to libjpeg-turbo
Diffstat (limited to 'conanfile.py')
| -rw-r--r-- | conanfile.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conanfile.py b/conanfile.py index 7dd7706..8926d87 100644 --- a/conanfile.py +++ b/conanfile.py @@ -30,7 +30,7 @@ class Wanda(ConanFile): "asio/[~1.28]", "boost/[~1.82]", "fmt/[~10.0]", - "libjpeg/9e", + "libjpeg-turbo/[~3.0]", "libpng/[~1.6]", "lyra/[~1.6]", "spdlog/[~1.12]", @@ -82,7 +82,7 @@ class Wanda(ConanFile): # requires "boost::boost", "fmt::fmt", - "libjpeg::libjpeg", + "libjpeg-turbo::jpeg", "libpng::libpng", "spdlog::spdlog", ] |
