summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autobuild.xml6
-rw-r--r--indra/cmake/DBusGlib.cmake2
2 files changed, 4 insertions, 4 deletions
diff --git a/autobuild.xml b/autobuild.xml
index df0e8047e4..d5ee780629 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -320,7 +320,7 @@
<key>license</key>
<string>AFL2.1</string>
<key>license_file</key>
- <string>LICENSES/dbusglib.txt</string>
+ <string>LICENSES/dbus-glib.txt</string>
<key>name</key>
<string>dbusglib</string>
<key>platforms</key>
@@ -330,9 +330,9 @@
<key>archive</key>
<map>
<key>hash</key>
- <string>bb9734fb6ae797e3fa34af1a4ef1ee7d</string>
+ <string>94b058b9a81114dc4567bd78e4335425</string>
<key>url</key>
- <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/dbusglib-linux-20101013.tar.bz2</string>
+ <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/dbus_glib-0.76-linux-20110310.tar.bz2</string>
</map>
<key>name</key>
<string>linux</string>
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.