summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-01-05 15:03:39 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-19 07:06:32 +0900
commit024e9084c1eee8d5485bbdf7c80291eb0fed692e (patch)
treee2e200a112bdcfaea5506b4c30432c98cf86ce8f /meson.build
parent40dbce36df1d70e32800545b06d5e08996f8e33f (diff)
downloadsystemd-024e9084c1eee8d5485bbdf7c80291eb0fed692e.tar.gz
meson: move several definitions related libsystemd to src/libsystemd/meson.build
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 40604b9f01..c12b399b5f 100644
--- a/meson.build
+++ b/meson.build
@@ -1642,7 +1642,6 @@ subdir('src/shared')
subdir('src/udev')
subdir('src/libudev')
-libsystemd_sym_path = '@0@/@1@'.format(project_source_root, libsystemd_sym)
libsystemd = shared_library(
'systemd',
disable_mempool_c,
@@ -1662,9 +1661,6 @@ libsystemd = shared_library(
install : true,
install_dir : rootlibdir)
-static_libsystemd = get_option('static-libsystemd')
-static_libsystemd_pic = static_libsystemd == 'true' or static_libsystemd == 'pic'
-
install_libsystemd_static = static_library(
'systemd',
libsystemd_sources,