X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=meson.build;fp=meson.build;h=550d7a6743e6239578c80324a5c67a56558d0b89;hb=358e81a42faed7ee7192ce54e4230232f93ddb21;hp=45262dcffe503b45ba79795b18b3976d6f2b50fa;hpb=2e0ffb64e2542f85991afdc9d35d4299e9813fed;p=elogind.git diff --git a/meson.build b/meson.build index 45262dcff..550d7a674 100644 --- a/meson.build +++ b/meson.build @@ -204,6 +204,12 @@ if dbussystemservicedir == '' dbussystemservicedir = join_paths(datadir, 'dbus-1/system-services') endif +#if 1 /// Will elogind find system_bus_socket in /run/dbus or /var/run/dbus ? +varrunissymllink = run_command('test', '-L', '/var/run').returncode() == 0 +message('Setting VARRUN_IS_SYMLINK to: @0@'.format(varrunissymllink)) +conf.set10('VARRUN_IS_SYMLINK', varrunissymllink) +#endif // 1 + pamlibdir = get_option('pamlibdir') if pamlibdir == '' pamlibdir = join_paths(rootlibdir, 'security')