Assume that DBUS_DATADIR is absolute on Windows
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 2 Oct 2015 15:51:59 +0000 (16:51 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 5 Oct 2015 15:29:54 +0000 (16:29 +0100)
commitf5e5894a478c0e73947432ea2cbd282a6e773a71
tree2b995e5c36694753ca61b0d9f71ccd13debbe2c1
parent676d9c9d129fae6a9a9b29a7f8a606df3d33a3e6
Assume that DBUS_DATADIR is absolute on Windows

Both build systems arrange for this to be the case,
and we already assume that it's absolute on Unix.
On Windows, it's probably going to be /mingw/share or
something; it gets relocated via _dbus_replace_install_prefix()
at runtime.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=83539
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
bus/config-parser.c
dbus/dbus-sysdeps-util-win.c