mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03:00
build-sys: don't build networkctl if networkd is disabled
This commit is contained in:
parent
521d3679c1
commit
dcfe072ad6
19
meson.build
19
meson.build
@ -2201,18 +2201,17 @@ if conf.get('ENABLE_NETWORKD', false)
|
||||
install_rpath : rootlibexecdir,
|
||||
install : true,
|
||||
install_dir : rootlibexecdir)
|
||||
endif
|
||||
|
||||
exe = executable('networkctl',
|
||||
networkctl_sources,
|
||||
include_directories : includes,
|
||||
link_with : [libsystemd_network,
|
||||
exe = executable('networkctl',
|
||||
networkctl_sources,
|
||||
include_directories : includes,
|
||||
link_with : [libsystemd_network,
|
||||
libshared],
|
||||
install_rpath : rootlibexecdir,
|
||||
install : true,
|
||||
install_dir : rootbindir)
|
||||
public_programs += [exe]
|
||||
|
||||
install_rpath : rootlibexecdir,
|
||||
install : true,
|
||||
install_dir : rootbindir)
|
||||
public_programs += [exe]
|
||||
endif
|
||||
############################################################
|
||||
|
||||
foreach tuple : tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user