diff --git a/pkg.info b/pkg.info index 8a4037d..63a7838 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: elogind description: The systemd project's 'logind', extracted to a standalone package version: "257.13" -revision: 1 +revision: 2 url: https://github.com/elogind/elogind license: GPL2-only,LGPL2.1-only maintainers: @@ -12,6 +12,7 @@ optional_depends: - polkit make_depends: - acl + - audit - dbus - docbook-xsl-nons - gperf @@ -36,6 +37,7 @@ split_packages: - etc/elogind/sleep.conf.d/10-elogind.conf depends: - acl + - audit - dbus - libelogind - pam diff --git a/source.sh b/source.sh index 38dff34..2011c3e 100644 --- a/source.sh +++ b/source.sh @@ -9,7 +9,7 @@ build() { --libdir=/usr/lib \ --buildtype=release \ -Dman=auto \ - -Daudit=disabled \ + -Daudit=enabled \ -Ddocdir=/usr/share/doc/elogind \ -Dcgroup-controller=elogind \ -Ddev-kvm-mode=0660 \