Fix build with meson >= 0.0.60

This commit is contained in:
ajacoutot 2021-10-31 08:05:50 +00:00
parent 06dbd561a9
commit b88a966964

View File

@ -0,0 +1,23 @@
$OpenBSD: patch-data_meson_build,v 1.1 2021/10/31 08:05:50 ajacoutot Exp $
Fix build with meson >= 0.0.60
Index: data/meson.build
--- data/meson.build.orig
+++ data/meson.build
@@ -54,7 +54,6 @@ sources += gnome.compile_resources(
appdata = 'org.gnome.Books.appdata.xml'
appdata_file = i18n.merge_file(
- appdata,
input: appdata + '.in',
output: appdata,
po_dir: po_dir,
@@ -74,7 +73,6 @@ if appstream_util.found()
desktop = 'org.gnome.Books.desktop'
desktop_file = i18n.merge_file(
- desktop,
type: 'desktop',
input: desktop + '.in',
output: desktop,