# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/xwayland/no-shared-xorg.patch # Copyright (C) 2022 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- xwayland-24.1.0/man/meson.build.vanilla 2024-06-02 18:10:32.618713935 +0200 +++ xwayland-24.1.0/man/meson.build 2024-06-02 18:10:45.364713617 +0200 @@ -23,9 +23,3 @@ manpage_config.set('XKB_DFLT_OPTIONS', get_option('xkb_default_options')) manpage_config.set('bundle_id_prefix', '...') manpage_config.set('default_font_path', default_font_path) - -install_man(configure_file( - input: 'Xserver.man', - output: 'Xserver.1', - configuration: manpage_config, -))