Fix build with meson >= 0.60.0
This commit is contained in:
parent
a9a0cfe8cb
commit
126770fce7
23
devel/glade/patches/patch-data_meson_build
Normal file
23
devel/glade/patches/patch-data_meson_build
Normal file
@ -0,0 +1,23 @@
|
||||
$OpenBSD: patch-data_meson_build,v 1.1 2021/10/30 17:14:33 ajacoutot Exp $
|
||||
|
||||
Fix build with meson >= 0.60.0
|
||||
|
||||
Index: data/meson.build
|
||||
--- data/meson.build.orig
|
||||
+++ data/meson.build
|
||||
@@ -2,7 +2,6 @@ desktop_conf = configuration_data()
|
||||
desktop_conf.set('VERSION', glade_version)
|
||||
|
||||
i18n.merge_file(
|
||||
- 'desktop',
|
||||
type: 'desktop',
|
||||
input: configure_file(
|
||||
input: 'org.gnome.Glade.desktop.in.in',
|
||||
@@ -18,7 +17,6 @@ i18n.merge_file(
|
||||
appdata = glade_name + '.appdata.xml'
|
||||
|
||||
i18n.merge_file(
|
||||
- 'appdata',
|
||||
input: 'org.gnome.Glade.appdata.xml.in',
|
||||
output: '@BASENAME@',
|
||||
po_dir: po_dir,
|
Loading…
x
Reference in New Issue
Block a user