remove patch that was committed upstream

This commit is contained in:
sthen 2021-12-15 11:32:47 +00:00
parent c39b0dcfb8
commit 264b82dcf7

View File

@ -1,23 +0,0 @@
$OpenBSD: patch-data_meson_build,v 1.1 2021/10/31 07:19:46 ajacoutot Exp $
Fix build with meson >= 0.60.0
Index: data/meson.build
--- data/meson.build.orig
+++ data/meson.build
@@ -23,7 +23,6 @@ desktop_in = configure_file(
)
i18n.merge_file(
- desktop,
type: 'desktop',
input: desktop_in,
output: desktop,
@@ -35,7 +34,6 @@ i18n.merge_file(
appdata = 'eog.appdata.xml'
i18n.merge_file(
- appdata,
input: appdata + '.in',
output: appdata,
po_dir: po_dir,