summaryrefslogtreecommitdiff
path: root/cmake/dbus-env.bat.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and ↵Simon McVittie2012-08-131-2/+2
| | | | | | | | | | | | | | | | set better defaults On Unix, the connect address should basically always be "autolaunch:" but the listen address has to be something you can listen on. On Windows, you can listen on "autolaunch:" or "autolaunch:scope=*install-path", for instance, and the dbus-daemon is involved in the auto-launching process. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38201 Reviewed-by: David Zeuthen <davidz@redhat.com> [default address changed to autolaunch: for interop with GDBus -smcv] Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* * cmake: new directory, contains cmake build support.Ralf Habacker2007-03-031-0/+8
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing.