diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-08-19 11:58:30 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-08-19 11:58:30 +0200 |
| commit | f1ee987d5b84074744a5d1cccc833598a5b6312a (patch) | |
| tree | a22382c56f8ae0a3cc662230616cbecc2b7414a6 /conanfile.py | |
| parent | d6d6bb7ee6cd0ebb7da0790eb99a10c356975402 (diff) | |
| download | wanda-f1ee987d5b84074744a5d1cccc833598a5b6312a.tar.xz wanda-f1ee987d5b84074744a5d1cccc833598a5b6312a.zip | |
deps: switch back to system glib
Diffstat (limited to 'conanfile.py')
| -rw-r--r-- | conanfile.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conanfile.py b/conanfile.py index 0656e11..51f32c7 100644 --- a/conanfile.py +++ b/conanfile.py @@ -29,7 +29,6 @@ class Wanda(ConanFile): "asio/[~1.28]", "boost/[~1.82]", "fmt/[~10.0]", - "glib/[~2]", "libjpeg/9e", "libpng/[~1.6]", "lyra/[~1.6]", @@ -82,7 +81,6 @@ class Wanda(ConanFile): # requires "boost::boost", "fmt::fmt", - "glib::gio-2.0", "libjpeg::libjpeg", "libpng::libpng", "spdlog::spdlog", |
