1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[Linux] Load dbus libraries dynamically.

This commit is contained in:
bruvzg
2022-07-29 11:19:06 +03:00
parent 9869182e8a
commit f973069afb
6 changed files with 3626 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ if env["fontconfig"]:
if env["udev"]:
common_linuxbsd.append("libudev-so_wrap.c")
if env["dbus"]:
common_linuxbsd.append("dbus-so_wrap.c")
prog = env.add_program("#bin/godot", ["godot_linuxbsd.cpp"] + common_linuxbsd)
if env["debug_symbols"] and env["separate_debug_symbols"]: