1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Kalev Lember <klember@redhat.com>
3 Date: Wed, 26 Feb 2020 14:11:38 +0100
4 Subject: [PATCH] getting-started: Fix the build with inkscape 1.0
6 https://bugzilla.redhat.com/show_bug.cgi?id=1799427
8 getting-started/meson.build | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/getting-started/meson.build b/getting-started/meson.build
12 index 4cb4fe7d..9d9c63d2 100644
13 --- a/getting-started/meson.build
14 +++ b/getting-started/meson.build
15 @@ -21,7 +21,7 @@ foreach lingua: linguas
17 input: join_paths(lingua, source + '.svg'),
18 output: source + '.pdf',
19 - command: [inkscape, '-z', '-A', '@OUTPUT@', '@INPUT@']
20 + command: [inkscape, '--export-filename', '@OUTPUT@', '@INPUT@']