gui-wm/wayfire: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2024-05-26 10:52:40 +02:00
committed by Conrad Kostecki
parent e6e047ba2e
commit e8babd467d

View File

@@ -1,21 +0,0 @@
https://bugs.gentoo.org/922898
https://github.com/WayfireWM/wayfire/issues/1942
https://github.com/WayfireWM/wayfire/pull/1943
https://github.com/WayfireWM/wayfire/commit/564b75a45d7c844b61b510e68fa527109fce4a75
From 564b75a45d7c844b61b510e68fa527109fce4a75 Mon Sep 17 00:00:00 2001
From: alice <alice@ayaya.dev>
Date: Sat, 7 Oct 2023 22:51:35 +0200
Subject: [PATCH] meson: fix duplicate installation of manpage (#1943)
closes #1942
--- a/man/meson.build
+++ b/man/meson.build
@@ -1,7 +1,5 @@
configure_file(input: 'wayfire.1.in',
output: 'wayfire.1',
- install: true,
- install_dir: 'man',
configuration: conf_data)
install_man(join_paths(meson.project_build_root(), 'man', 'wayfire.1'))