Skip to content

Commit

Permalink
Add dependency on Linux headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Nov 14, 2023
1 parent 217416b commit 498fa3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/libsystemd/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def layout(self):
def requirements(self):
self.requires("libcap/2.69")
self.requires("libmount/2.39")
self.requires("linux-headers-generic/6.5.9")
if Version(self.version) >= "253.6":
self.requires("libxcrypt/4.4.35")
if self.options.with_selinux:
Expand Down

0 comments on commit 498fa3a

Please sign in to comment.