From 9485fe3b7cae0f4a9f4163f380c1d07448a68e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 15 Feb 2018 11:43:08 +0100 Subject: meson: add -Dmemory-accounting-default=true|false This makes it easy to set the default for distributions and users which want to default to off because they primarily use older kernels. --- src/core/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core') diff --git a/src/core/meson.build b/src/core/meson.build index 70831dd57..62e3f931c 100644 --- a/src/core/meson.build +++ b/src/core/meson.build @@ -196,7 +196,8 @@ libcore_la_sources = files(''' # # in_files = [['macros.systemd', rpmmacrosdir], # ['triggers.systemd', ''], -# ['systemd.pc', pkgconfigdatadir]] +# ['systemd.pc', pkgconfigdatadir], +# ['system.conf', pkgsysconfdir]] # # foreach item : in_files # file = item[0] @@ -237,8 +238,7 @@ libcore_la_sources = files(''' #endif // 0 #if 0 /// totally UNNEEDED in elogind -# install_data('system.conf', -# 'user.conf', +# install_data('user.conf', # install_dir : pkgsysconfdir) # # meson.add_install_script('sh', '-c', mkdir_p.format(systemshutdowndir)) -- cgit v1.2.3