Re: Udev alternatives in Artix
Reply #25 –
This is logind problem. I had to disable it because otherwise i got build error on corresponding step
I know that in *BSD user can start X session without logind but i don't know how can this be achieved in Linux
Here is error message i have while building with logind:
../xorg-server-1.20.3/hw/xfree86/os-support/linux/systemd-logind.c: In function 'systemd_logind_vtenter':
../xorg-server-1.20.3/hw/xfree86/os-support/linux/systemd-logind.c:248:21: error: 'xf86_num_platform_devices' undeclared (first use in this function); did you mean 'xf86_platform_device'?
for (i = 0; i < xf86_num_platform_devices; i++) {
^~~~~~~~~~~~~~~~~~~~~~~~~
xf86_platform_device
../xorg-server-1.20.3/hw/xfree86/os-support/linux/systemd-logind.c:248:21: note: each undeclared identifier is reported only once for each function it appears in
../xorg-server-1.20.3/hw/xfree86/os-support/linux/systemd-logind.c:249:13: error: 'xf86_platform_devices' undeclared (first use in this function); did you mean 'xf86_platform_device'?
if (xf86_platform_devices[i].flags & XF86_PDEV_PAUSED)
^~~~~~~~~~~~~~~~~~~~~
xf86_platform_device