mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
gdm: fix udev-rule with eudev, default enable wayland
This commit is contained in:
parent
e15969350f
commit
461e74c536
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gdm'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=3.28.0
|
version=3.28.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gir introspection)
|
configure_args="$(vopt_enable gir introspection)
|
||||||
--disable-schemas-compile --disable-static --with-default-pam-config=arch
|
--disable-schemas-compile --disable-static --with-default-pam-config=arch
|
||||||
|
@ -53,8 +53,8 @@ post_install() {
|
||||||
|
|
||||||
sed -i "s/pam_systemd\.so/pam_elogind.so/" $DESTDIR/etc/pam.d/*
|
sed -i "s/pam_systemd\.so/pam_elogind.so/" $DESTDIR/etc/pam.d/*
|
||||||
|
|
||||||
# Disable Wayland by default.
|
# fix with eudev
|
||||||
sed -i "s/#WaylandEnable=.*/WaylandEnable=false/" $DESTDIR/etc/gdm/custom.conf
|
sed -i 's/\\"//g; s/\[/\\[/; s/\\n/\\\\n/' $DESTDIR/usr/lib/udev/rules.d/61-gdm.rules
|
||||||
|
|
||||||
# runit service
|
# runit service
|
||||||
vsv gdm
|
vsv gdm
|
||||||
|
|
Loading…
Add table
Reference in a new issue