Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 785430
Collapse All | Expand All

(-)a/meson.build (-5 lines)
Lines 521-528 Link Here
521
    subdir('test')
521
    subdir('test')
522
endif
522
endif
523
523
524
install_man(configure_file(
525
    input: 'man/Xserver.man',
526
    output: 'Xserver.1',
527
    configuration: manpage_config,
528
))
(-)a/dix/meson.build (-4 lines)
Lines 57-63 Link Here
57
    dependencies: common_dep,
57
    dependencies: common_dep,
58
)
58
)
59
59
60
install_data(
61
    'protocol.txt',
62
    install_dir: serverconfigdir,
63
)

Return to bug 785430