[gnome-documents/wip/kalev/inkscape-1.0] getting-started: Fix the build with inkscape 1.0
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/wip/kalev/inkscape-1.0] getting-started: Fix the build with inkscape 1.0
- Date: Wed, 26 Feb 2020 13:13:01 +0000 (UTC)
commit 8c38276c0ef293bcb551d97776d9c201312174d3
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..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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]