Blob Blame History Raw
From 8c38276c0ef293bcb551d97776d9c201312174d3 Mon Sep 17 00:00:00 2001
From: Kalev Lember <klember@redhat.com>
Date: Wed, 26 Feb 2020 14:11:38 +0100
Subject: [PATCH] getting-started: Fix the build with inkscape 1.0

https://bugzilla.redhat.com/show_bug.cgi?id=1799427
---
 getting-started/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/getting-started/meson.build b/getting-started/meson.build
index 4cb4fe7d..4b87e2f7 100644
--- a/getting-started/meson.build
+++ b/getting-started/meson.build
@@ -21,7 +21,7 @@ foreach lingua: linguas
       source,
       input: join_paths(lingua, source + '.svg'),
       output: source + '.pdf',
-      command: [inkscape, '-z', '-A', '@OUTPUT@', '@INPUT@']
+      command: [inkscape, '-z', '-o', '@OUTPUT@', '@INPUT@']
     )
   endforeach
 
-- 
2.24.1