diff options
author | Oz Linden <oz@lindenlab.com> | 2014-09-29 19:04:58 +0000 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-09-29 19:04:58 +0000 |
commit | 25ff85a9f07ac000b21036bd78c554cac572434d (patch) | |
tree | 2f862c10357eb00edd83ef2de43a91db1d8f728f /indra/cmake | |
parent | 25acc8ecadc6af4942eb9d6b012a8ac5d3b81ae8 (diff) |
upgrade packages for dbus_glib and libuuid to autobuild 1.0
Diffstat (limited to 'indra/cmake')
-rwxr-xr-x | indra/cmake/DBusGlib.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/DBusGlib.cmake b/indra/cmake/DBusGlib.cmake index d148a35a5b..5e46b6711a 100755 --- a/indra/cmake/DBusGlib.cmake +++ b/indra/cmake/DBusGlib.cmake @@ -7,7 +7,7 @@ if (USESYSTEMLIBS) pkg_check_modules(DBUSGLIB REQUIRED dbus-glib-1) elseif (LINUX) - use_prebuilt_binary(dbusglib) + use_prebuilt_binary(dbus_glib) set(DBUSGLIB_FOUND ON FORCE BOOL) set(DBUSGLIB_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/dbus |