build-sys: don't build networkctl if networkd is disabled

This commit is contained in:
Felipe Sateler 2017-08-21 09:48:41 -03:00
parent 521d3679c1
commit dcfe072ad6
1 changed files with 9 additions and 10 deletions

View File

@ -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