mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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
|
# needed
|
||||||
STANDALONE_CPPFLAGS = -I$(top_srcdir)
|
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 =
|
noinst_LTLIBRARIES =
|
||||||
|
|
||||||
BUILT_SOURCES =
|
BUILT_SOURCES =
|
||||||
|
@ -114,6 +114,8 @@ if conf.has('WITH_LOGIN_SHELL')
|
|||||||
install_dir: libexecdir,
|
install_dir: libexecdir,
|
||||||
install_rpath: libdir,
|
install_rpath: libdir,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install_data('virt-login-shell.conf', install_dir: sysconfdir / 'libvirt')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if host_machine.system() == 'windows'
|
if host_machine.system() == 'windows'
|
||||||
|
Loading…
Reference in New Issue
Block a user