diff options
author | Brett Alcox <brettalcox@gmail.com> | 2024-03-21 19:09:30 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-21 21:36:59 -0400 |
commit | aef93b002e97f1ee1e2905be66d3c55ad20923bf (patch) | |
tree | dad613ab8341925d2b249a80dae62efc3e668298 /x11-base/xwayland | |
parent | sys-apps/util-linux: Fix export of mnt_context_is_lazy (diff) | |
download | gentoo-aef93b002e97f1ee1e2905be66d3c55ad20923bf.tar.gz gentoo-aef93b002e97f1ee1e2905be66d3c55ad20923bf.tar.bz2 gentoo-aef93b002e97f1ee1e2905be66d3c55ad20923bf.zip |
x11-base/xwayland: Update patch
Signed-off-by: Brett Alcox <brettalcox@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base/xwayland')
-rw-r--r-- | x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch b/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch index ea765d3dcfcd..f92eaf28ac90 100644 --- a/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch +++ b/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch @@ -11,20 +11,3 @@ index fbbcf8646..15ca7d3b0 100644 - 'protocol.txt', - install_dir: serverconfigdir, -) -diff --git a/meson.build b/meson.build -index db1d63f3e..b9cef5a56 100644 ---- a/meson.build -+++ b/meson.build -@@ -806,12 +806,6 @@ if host_machine.system() != 'windows' - subdir('test') - endif - --install_man(configure_file( -- input: 'man/Xserver.man', -- output: 'Xserver.1', -- configuration: manpage_config, --)) -- - if build_xorg - sdkconfig = configuration_data() - awk = find_program('awk') |