mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
meson: Add libmount feature
Let's reduce the dependencies required to build just libsystemd by making libmount optional. The meson disabler feature makes this quite trivial.
This commit is contained in:
@@ -1125,7 +1125,9 @@ else
|
||||
endif
|
||||
|
||||
libmount = dependency('mount',
|
||||
version : fuzzer_build ? '>= 0' : '>= 2.30')
|
||||
version : fuzzer_build ? '>= 0' : '>= 2.30',
|
||||
disabler : true,
|
||||
required : get_option('libmount'))
|
||||
|
||||
libfdisk = dependency('fdisk',
|
||||
version : '>= 2.32',
|
||||
|
||||
Reference in New Issue
Block a user