diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-02-15 11:43:08 +0100 |
---|---|---|
committer | Sven Eden <yamakuzure@gmx.net> | 2018-05-30 07:58:56 +0200 |
commit | 9485fe3b7cae0f4a9f4163f380c1d07448a68e43 (patch) | |
tree | c10253be98f7471c32c5d3e4202b2a5f131d9ea1 /src/core | |
parent | 811fb7d0179eeed9c928e4a6ac3c8aaac4c3800d (diff) |
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.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
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)) |