summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-12-20 09:12:08 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:49:48 +0200
commit622223349e117348bc661204493e3980b9e1649b (patch)
tree9458cc2f972f2b4b1053186e9fb96dd5499467c5 /meson.build
parent6bd304f2e64dfd50d54989d280ceb456613209ce (diff)
meson: add a single .h file to shared libs with no sources
Otherwise stuff doesn't build on old Ubuntu with meson-0.42.1-1~xenial.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index b1029434c..93b27be19 100644
--- a/meson.build
+++ b/meson.build
@@ -1437,6 +1437,7 @@ subdir('src/login')
# 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',