mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 06:50:07 +01:00
meson: don't install xorg wrapper manpages if suid-wrapper isn't being used
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
08a3583b5b
commit
47321bb455
1 changed files with 12 additions and 10 deletions
|
|
@ -190,17 +190,19 @@ install_man(configure_file(
|
|||
configuration: manpage_config,
|
||||
))
|
||||
|
||||
install_man(configure_file(
|
||||
input: 'man/Xorg.wrap.man',
|
||||
output: 'Xorg.wrap.1',
|
||||
configuration: manpage_config,
|
||||
))
|
||||
if get_option('suid_wrapper')
|
||||
install_man(configure_file(
|
||||
input: 'man/Xorg.wrap.man',
|
||||
output: 'Xorg.wrap.1',
|
||||
configuration: manpage_config,
|
||||
))
|
||||
|
||||
install_man(configure_file(
|
||||
input: 'man/Xwrapper.config.man',
|
||||
output: 'Xwrapper.config.5',
|
||||
configuration: manpage_config,
|
||||
))
|
||||
install_man(configure_file(
|
||||
input: 'man/Xwrapper.config.man',
|
||||
output: 'Xwrapper.config.5',
|
||||
configuration: manpage_config,
|
||||
))
|
||||
endif
|
||||
|
||||
install_man(configure_file(
|
||||
input: 'man/xorg.conf.man',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue