mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
meson: tools: install virt-login-shell.conf
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
parent
2baf303684
commit
bef5b283ca
@ -21,13 +21,6 @@
|
||||
# needed
|
||||
STANDALONE_CPPFLAGS = -I$(top_srcdir)
|
||||
|
||||
confdir = $(sysconfdir)/libvirt
|
||||
conf_DATA =
|
||||
|
||||
if WITH_LOGIN_SHELL
|
||||
conf_DATA += virt-login-shell.conf
|
||||
endif WITH_LOGIN_SHELL
|
||||
|
||||
noinst_LTLIBRARIES =
|
||||
|
||||
BUILT_SOURCES =
|
||||
|
@ -114,6 +114,8 @@ if conf.has('WITH_LOGIN_SHELL')
|
||||
install_dir: libexecdir,
|
||||
install_rpath: libdir,
|
||||
)
|
||||
|
||||
install_data('virt-login-shell.conf', install_dir: sysconfdir / 'libvirt')
|
||||
endif
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
|
Loading…
Reference in New Issue
Block a user