Otherwise stuff doesn't build on old Ubuntu with meson-0.42.1-1~xenial.
libsystemd_sym_path = '@0@/@1@'.format(meson.current_source_dir(), libsystemd_sym)
libsystemd = shared_library(
'systemd',
+ 'src/systemd/sd-id128.h', # pick a header file at random to work around old meson bug
version : libsystemd_version,
include_directories : includes,
link_args : ['-shared',
libudev = shared_library(
'udev',
+ 'udev.h', # pick a header file at random to work around old meson bug
version : libudev_version,
include_directories : includes,
link_args : ['-shared',