diff options
Diffstat (limited to 'repo/system/elogind.xibuild')
-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 81cdaea..e9c7fe7 100644 --- a/repo/system/elogind.xibuild +++ b/repo/system/elogind.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make docbook4-xml docbook-xsl docbook-dtd libxslt) -DEPS=(pam polkit) +DEPS=(pam gperf eudev) PKG_VER=246.10 SOURCE=https://github.com/elogind/elogind/archive/v$PKG_VER/elogind-$PKG_VER.tar.gz |