Skip to content
Snippets Groups Projects
Commit 4a8e5d9d authored by Andrew de Laix's avatar Andrew de Laix
Browse files

update dbusglib archive for linux.

parent 33fbb632
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,7 @@ ...@@ -320,7 +320,7 @@
<key>license</key> <key>license</key>
<string>AFL2.1</string> <string>AFL2.1</string>
<key>license_file</key> <key>license_file</key>
<string>LICENSES/dbusglib.txt</string> <string>LICENSES/dbus-glib.txt</string>
<key>name</key> <key>name</key>
<string>dbusglib</string> <string>dbusglib</string>
<key>platforms</key> <key>platforms</key>
...@@ -330,9 +330,9 @@ ...@@ -330,9 +330,9 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>bb9734fb6ae797e3fa34af1a4ef1ee7d</string> <string>94b058b9a81114dc4567bd78e4335425</string>
<key>url</key> <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> </map>
<key>name</key> <key>name</key>
<string>linux</string> <string>linux</string>
......
...@@ -10,7 +10,7 @@ elseif (LINUX) ...@@ -10,7 +10,7 @@ elseif (LINUX)
use_prebuilt_binary(dbusglib) use_prebuilt_binary(dbusglib)
set(DBUSGLIB_FOUND ON FORCE BOOL) set(DBUSGLIB_FOUND ON FORCE BOOL)
set(DBUSGLIB_INCLUDE_DIRS 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 # We don't need to explicitly link against dbus-glib itself, because
# the viewer probes for the system's copy at runtime. # the viewer probes for the system's copy at runtime.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment