diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/elogind.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/elogind.xibuild b/repo/system/elogind.xibuild index d7179b4..388219a 100644 --- a/repo/system/elogind.xibuild +++ b/repo/system/elogind.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make docbook-xml docbook-xsl libxslt) -DEPS=(dbus pam polkit) +DEPS=(pam polkit) PKG_VER=246.10 SOURCE=https://github.com/elogind/elogind/archive/v$PKG_VER/elogind-$PKG_VER.tar.gz |