mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 01:49:10 +03:00
Previously, libudev was ignored if SOWRAP_ENABLED was defined (it is defined by default) because otherwise it would crash CI builds due to a missing header, and dbus was always linked dynamically. This commit should fix this issue and make libudev usable again