diff options
author | davidovski <david@davidovski.xyz> | 2022-02-05 22:41:34 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-05 22:41:34 +0000 |
commit | 1c0d068fa80521a225c04b642d6e5f332ad00ada (patch) | |
tree | b4d5a502194f0aa25c890e3d3af360c98a886b67 /repo/system/polkit.xibuild | |
parent | bef796ab77b0efc0f2e570e13f1ad16f30e9ccb7 (diff) |
fixed it to work
Diffstat (limited to 'repo/system/polkit.xibuild')
-rw-r--r-- | repo/system/polkit.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/polkit.xibuild b/repo/system/polkit.xibuild index 537a932..149271a 100644 --- a/repo/system/polkit.xibuild +++ b/repo/system/polkit.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(git gobject-introspection meson libxslt patch) +MAKEDEPS=(git gobject-introspection meson libxslt patch elogind) DEPS=(expat glib js78 pam) PKG_VER=0.120 |