From c5a9cc16966154cde7ef0fadd1ae57041cf4703a Mon Sep 17 00:00:00 2001 From: Jan Winkler Date: Mon, 4 May 2020 14:57:50 +0200 Subject: [PATCH] Linux snap packages: Added Python GObject bindings Enables extensions to use custom Gtk3 GUIs as it is already the case for the Windows, MacOS and Linux AppImage builds of Inkscape 1.x --- snap/snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7328aa0963..c984221a7d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -107,6 +107,8 @@ parts: - libsvg-perl - libxml-xql-perl - ruby + - python3-gi + - python3-gi-cairo prime: - -lib/inkscape/*.a override-build: | -- GitLab