[gnome-documents/wip/kalev/inkscape-1.0] getting-started: Fix the build with inkscape 1.0



commit 0f55a18c40a61e6ae4ec4652604775f139892350
Author: Kalev Lember <klember redhat com>
Date:   Wed Feb 26 14:11:38 2020 +0100

    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..9d9c63d2 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, '--export-filename', '@OUTPUT@', '@INPUT@']
     )
   endforeach
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]