summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorAndrew de Laix <alain@lindenlab.com>2011-03-10 21:51:13 +0000
committerAndrew de Laix <alain@lindenlab.com>2011-03-10 21:51:13 +0000
commit4a8e5d9df9c21884d172741d3a5aec7d94f3914f (patch)
tree60131362811cc919ee4518d7f5a43ab128874647 /indra/cmake
parent33fbb63227fb131d7a161f6fbde142a800995b73 (diff)
update dbusglib archive for linux.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/DBusGlib.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/DBusGlib.cmake b/indra/cmake/DBusGlib.cmake
index 33c6343a93..83c08d3350 100644
--- a/indra/cmake/DBusGlib.cmake
+++ b/indra/cmake/DBusGlib.cmake
@@ -10,7 +10,7 @@ elseif (LINUX)
use_prebuilt_binary(dbusglib)
set(DBUSGLIB_FOUND ON FORCE BOOL)
set(DBUSGLIB_INCLUDE_DIRS
- ${LIBS_PREBUILT_DIR}/include/glib-2.0
+ ${LIBS_PREBUILT_DIR}/include/dbus
)
# We don't need to explicitly link against dbus-glib itself, because
# the viewer probes for the system's copy at runtime.