From: Zbigniew Jędrzejewski-Szmek Date: Wed, 20 Dec 2017 08:12:08 +0000 (+0100) Subject: meson: add a single .h file to shared libs with no sources X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=622223349e117348bc661204493e3980b9e1649b;p=elogind.git 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. --- 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',