summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorJan Winkler <enceladus@posteo.de>2019-06-13 13:51:39 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-06-18 17:50:20 +0000
commit0b5a03d7ea9cfaf93ca38a2a71fd190c241bcb26 (patch)
treea7690f3ea0ab6d40334f1e95b82526b76eb50b6d /buildtools
parentAttem to fix theming in AppImage. Part 2 (diff)
downloadinkscape-0b5a03d7ea9cfaf93ca38a2a71fd190c241bcb26.tar.gz
inkscape-0b5a03d7ea9cfaf93ca38a2a71fd190c241bcb26.zip
CMake/MSYS2: Add PyGObject to distribution
Allows extension authors to use gtk stack in Python via GObject introspection See https://gitlab.com/inkscape/extensions/issues/85
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/msys2installdeps.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/msys2installdeps.sh b/buildtools/msys2installdeps.sh
index 94d2e5866..fc4e56640 100644
--- a/buildtools/msys2installdeps.sh
+++ b/buildtools/msys2installdeps.sh
@@ -85,7 +85,8 @@ $ARCH-python3-pip \
$ARCH-python3-lxml \
$ARCH-python3-numpy \
$ARCH-python3-pillow \
-$ARCH-python3-six
+$ARCH-python3-six \
+$ARCH-python3-gobject
for arch in $(eval echo $ARCH); do
case ${arch} in
mingw-w64-i686)