Skip to content

Commit

Permalink
Add libsecret dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereius committed Aug 8, 2024
1 parent 091db13 commit 7d7b29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def validate(self):
def system_requirements(self):
if self.settings.os == "Linux":
apt = Apt(self)
pack_names = [""]
pack_names = ["libsecret-1-dev"]
apt.install(pack_names, update=True)

def configure(self):
Expand Down

0 comments on commit 7d7b29d

Please sign in to comment.