diff options
| author | Erik Kundiman <erik@megapahit.org> | 2023-08-21 16:29:33 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2023-08-21 16:29:33 +0800 | 
| commit | 41a263a4ccc1171d04f289b62d879d2156b5f508 (patch) | |
| tree | c229ff2144c31cce8d1f04be334888c0a7cb2fef | |
| parent | 99e4f282ba8df6dcaa3032fa1bfbb5f88884d9a6 (diff) | |
DBus hasn't been enabled, so why compile api_dbus
So it won't get in the way for other platforms that have no DBus.
| -rw-r--r-- | indra/newview/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index e345b55845..339ec8a623 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1424,7 +1424,7 @@ if (USESYSTEMLIBS)        PROPERTIES        COMPILE_DEFINITIONS "${VIEWER_CHANNEL_VERSION_DEFINES}"        ) -    LIST(APPEND viewer_SOURCE_FILES llappviewerlinux_api_dbus.cpp) +    #LIST(APPEND viewer_SOURCE_FILES llappviewerlinux_api_dbus.cpp)      SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--as-needed")  endif (USESYSTEMLIBS) | 
