diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-18 14:22:09 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-18 14:22:09 +0000 |
commit | 16e69337a5a2fe6bb2ded42ed618ae55c92621a9 (patch) | |
tree | 83d6d3693589e6c4088c45f80a888c25bbc3fabe | |
parent | b21d948900296dc482a1a095cd1152e167b76077 (diff) | |
download | dbus-16e69337a5a2fe6bb2ded42ed618ae55c92621a9.tar.gz |
NEWS
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,6 +13,12 @@ Build-time configuration changes: supported; use the new DBUS_SESSION_BUS_LISTEN_ADDRESS and DBUS_SESSION_BUS_CONNECT_ADDRESS variables instead. +• cmake/cross-compile.sh has been removed. Instead, please use a + cross-toolchain file (-DCMAKE_TOOLCHAIN_FILE) as documented at + <http://www.vtk.org/Wiki/CMake_Cross_Compiling>; or use Autotools + as documented in "info automake Cross-Compilation", and set + PKG_CONFIG_PATH appropriately. + Requirements: • Man pages now require xmlto (or either xmlto or meinproc, if using CMake). |