diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2021-02-10 15:43:01 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2021-02-10 15:56:18 +0100 |
| commit | d70aaf0ef92cac0781dabb60411bbd907e7f0caa (patch) | |
| tree | 949115e3b3d0c117d83af7c0924322084e178fbf /conanfile.py | |
| parent | 4fc2b7acffb9699c3ef4fbe5027124e589735be0 (diff) | |
| download | wanda-d70aaf0ef92cac0781dabb60411bbd907e7f0caa.tar.xz wanda-d70aaf0ef92cac0781dabb60411bbd907e7f0caa.zip | |
wallpaper: calculate average color
Diffstat (limited to 'conanfile.py')
| -rw-r--r-- | conanfile.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py index 1635cb6..df70efb 100644 --- a/conanfile.py +++ b/conanfile.py @@ -29,6 +29,9 @@ class Wanda(ConanFile): "lyra/1.5.1", "CUTE/2.2.6@fmorgner/stable", "spdlog/1.4.2", + "boost/1.75.0", + "libpng/1.6.37", + "libjpeg/9d", ) def configure_cmake(self): |
