$OpenBSD: patch-data_meson_build,v 1.1 2021/10/30 14:35:24 ajacoutot Exp $

Fix build with meson >= 0.60.0

Index: data/meson.build
--- data/meson.build.orig
+++ data/meson.build
@@ -13,7 +13,6 @@ desktop_in = configure_file(
 )
 
 i18n.merge_file(
-  desktop,
   type: 'desktop',
   input: desktop_in,
   output: '@BASENAME@',
@@ -25,7 +24,6 @@ i18n.merge_file(
 appdata = df_namespace + '.appdata.xml'
 
 i18n.merge_file(
-  appdata,
   input: appdata + '.in',
   output: '@BASENAME@',
   po_dir: po_dir,
