mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
elogind: explicitly define the cgroup name
This commit is contained in:
parent
130247a550
commit
09434df6b2
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'elogind'
|
# Template file for 'elogind'
|
||||||
pkgname=elogind
|
pkgname=elogind
|
||||||
version=235.3
|
version=235.3
|
||||||
revision=3
|
revision=4
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="intltool pkg-config gperf docbook-xsl gettext-devel shadow m4 libxslt git"
|
hostmakedepends="intltool pkg-config gperf docbook-xsl gettext-devel shadow m4 libxslt git"
|
||||||
makedepends="libcap-devel libmount-devel libseccomp-devel libblkid-devel pam-devel gettext-devel eudev-libudev-devel acl-devel glib-devel"
|
makedepends="libcap-devel libmount-devel libseccomp-devel libblkid-devel pam-devel gettext-devel eudev-libudev-devel acl-devel glib-devel"
|
||||||
|
@ -14,6 +14,7 @@ distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
||||||
checksum=986c78f0504533eaf9dbbe8302ca7c3bbd63a44c12f3577e4094f2f2a2b06355
|
checksum=986c78f0504533eaf9dbbe8302ca7c3bbd63a44c12f3577e4094f2f2a2b06355
|
||||||
conf_files="/etc/elogind/logind.conf"
|
conf_files="/etc/elogind/logind.conf"
|
||||||
configure_args+="
|
configure_args+="
|
||||||
|
-Dcgroup-controller=elogind
|
||||||
-Drootlibexecdir=/usr/libexec/elogind
|
-Drootlibexecdir=/usr/libexec/elogind
|
||||||
-Dhalt-path=/usr/bin/halt
|
-Dhalt-path=/usr/bin/halt
|
||||||
-Dreboot-path=/usr/bin/reboot
|
-Dreboot-path=/usr/bin/reboot
|
||||||
|
|
Loading…
Add table
Reference in a new issue