aboutsummaryrefslogtreecommitdiff
path: root/conanfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py4
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",
]