From e0e044c28edc9f609570aed463d5e0f064f09504 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 17 Aug 2023 13:05:02 +0200 Subject: deps: add glib --- conanfile.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'conanfile.py') diff --git a/conanfile.py b/conanfile.py index 3562475..e339c28 100644 --- a/conanfile.py +++ b/conanfile.py @@ -29,6 +29,7 @@ class Wanda(ConanFile): "asio/[~1.28]", "boost/[~1.82]", "fmt/[~10.0]", + "glib/[~2]", "libjpeg/9e", "libpng/[~1.6]", "lyra/[~1.6]", @@ -79,14 +80,11 @@ class Wanda(ConanFile): # requires "boost::boost", "fmt::fmt", + "glib::gio-2.0", "libjpeg::libjpeg", "libpng::libpng", "spdlog::spdlog", ] - self.cpp_info.components["system"].system_libs = [ - "glib2", - "magic", - ] self.cpp_info.components["wandac"].libs = [] self.cpp_info.components["wandac"].requires = [ -- cgit v1.2.3