1
0
Fork 0

Fix an issue where libEvent is not available

Ensure compilation with DBus but without libEvent still works
This commit is contained in:
James Turner 2021-07-31 19:21:18 +01:00
parent d47442a8b2
commit 5ef5ff1b37

View file

@ -122,6 +122,8 @@ function (setup_fgfs_library_includes target)
endif()
if (ENABLE_SWIFT)
_apply_all_target_includes(${target} ${dbus_target} ${libEvent_target})
elseif(HAVE_DBUS)
_apply_all_target_includes(${target} ${dbus_target})
endif()