From 14c528c88c9c72443ccf344aedc8a2d2b8d8f0cd Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 11 Jan 2009 14:49:14 -0600 Subject: Removed references to unused dbusglib. --- linden/indra/newview/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'linden/indra/newview') diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index 8d70751..4871e05 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt @@ -5,7 +5,6 @@ project(viewer) include(00-Common) include(Boost) include(BuildVersion) -include(DBusGlib) include(DirectX) include(ELFIO) include(FMOD) @@ -876,7 +875,6 @@ endif (DARWIN) if (LINUX) LIST(APPEND viewer_SOURCE_FILES llappviewerlinux.cpp) - LIST(APPEND viewer_SOURCE_FILES llappviewerlinux_api_dbus.cpp) LIST(APPEND CMAKE_EXE_LINKER_FLAGS -Wl,--as-needed) set(viewer_LIBRARIES @@ -1388,7 +1386,6 @@ target_link_libraries(imprudence-bin ${viewer_LIBRARIES} ${BOOST_PROGRAM_OPTIONS_LIBRARY} ${BOOST_REGEX_LIBRARY} - ${DBUSGLIB_LIBRARIES} ${OPENGL_LIBRARIES} ${FMODWRAPPER_LIBRARY} ${OPENGL_LIBRARIES} -- cgit v1.1