From 622223349e117348bc661204493e3980b9e1649b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 20 Dec 2017 09:12:08 +0100 Subject: [PATCH] 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. --- meson.build | 1 + 1 file changed, 1 insertion(+) 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', -- 2.30.2