Skip to content

Commit 8a77e66

Browse files
committed
Remove libsystemd dependency for Linux builds
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
1 parent 0a5ad05 commit 8a77e66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conanfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ def requirements(self):
125125
self.requires("range-v3/0.12.0")
126126
self.requires("zlib/1.3.1")
127127
self.requires("mapbox-wagyu/0.5.0@ultimaker/stable")
128-
if self.settings.os == "Linux":
129-
self.requires("libsystemd/255.10", override=True) # Required for compiling on Arch-based systems
130128

131129
def generate(self):
132130
deps = CMakeDeps(self)

0 commit comments

Comments
 (0)