Skip to content
Snippets Groups Projects
Commit ad2e13da authored by Marian Buschsieweke's avatar Marian Buschsieweke Committed by Michał Polański
Browse files

community/sway: fix segfault on start

The build of sway statically linked in libudev-zero, but it also links
against wlroots, which links dynamically against eudev-libs. As a
result, a call to udev_monitor_filter_update() in eudev-libs calls
while iterating a list into libudev-zero for udev_list_entry_get_next(),
which expects a different list format and results in iterating past the
end of the list.

This adds eudev-dev as an explicit dependency, to make sure that
libudev-zero doesn't get used in the build.
parent 595f1ffd
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment