meson: Create /var/lib/dbus

This holds the machine ID created by dbus-uuidgen.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-07-13 19:28:41 +01:00
parent cfa56a666c
commit 5d3756f6fb

View file

@ -106,3 +106,8 @@ endif
install_data('GetAllMatchRules.py',
install_dir: docs_dir / 'examples',
)
# Create the empty directory to hold the machine ID
install_emptydirs += [
get_option('localstatedir') / 'lib' / 'dbus',
]