mirror of
https://github.com/godotengine/godot.git
synced 2024-11-23 12:43:43 +00:00
[Linux] Fix build with missing DBUS.
This commit is contained in:
parent
5ca09b322c
commit
d6a9384a32
@ -327,6 +327,7 @@ def configure(env):
|
||||
env.Append(CPPDEFINES=["DBUS_ENABLED"])
|
||||
env.ParseConfig("pkg-config dbus-1 --cflags") # Only cflags, we dlopen the library.
|
||||
else:
|
||||
env["dbus"] = False
|
||||
print("Warning: D-Bus development libraries not found. Disabling screensaver prevention.")
|
||||
|
||||
if env["speechd"]:
|
||||
|
Loading…
Reference in New Issue
Block a user