Skip to content

Commit

Permalink
Remove libsystemd dependency for Linux builds
Browse files Browse the repository at this point in the history
The libsystemd requirement for Linux builds has been removed from conanfile.py. This change may affect users on Arch-based systems who previously needed this library for successful compilation. Ensure your environment is configured properly to handle this update.
It is now solved in the profile: Ultimaker/conan-config@11b98fc

Contribute to NP-637
  • Loading branch information
jellespijker committed Dec 10, 2024
1 parent 0a5ad05 commit 8a77e66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ def requirements(self):
self.requires("range-v3/0.12.0")
self.requires("zlib/1.3.1")
self.requires("mapbox-wagyu/0.5.0@ultimaker/stable")
if self.settings.os == "Linux":
self.requires("libsystemd/255.10", override=True) # Required for compiling on Arch-based systems

def generate(self):
deps = CMakeDeps(self)
Expand Down

0 comments on commit 8a77e66

Please sign in to comment.