Created attachment 124167 [details] xf86-input-evdev builderror.log xserver git source commit "Remove SIGIO support for input [v5]" causes xf86-input-evdev build fail. https://cgit.freedesktop.org/xorg/xserver/commit/?id=6a5a4e60373c1386b311b2a8bb666c32d68a9d99 P.S. I was not sure if I should have submitted the bug to the "Input/evdev" category.
Created attachment 124168 [details] xf86-input-evdev install attempt log
Fixed by 28b2c880a9dbfd91e82397a0f22482d258a8b670: xfree86: Provide xf86BlockSIGIO and xf86ReleaseSIGIO as wrappers for input mutex Threaded input doesn't use SIGIO anymore, but existing drivers using xf86BlockSIGIO and xf86ReleaseSIGIO probably want to lock the input mutex during those operations. Provide inline functions to do this which are marked as 'deprecated' so that drivers will get warnings until they are changed. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.