diff options
| author | Jan Winkler <enceladus@posteo.de> | 2019-06-13 13:51:39 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-06-18 17:50:20 +0000 |
| commit | 0b5a03d7ea9cfaf93ca38a2a71fd190c241bcb26 (patch) | |
| tree | a7690f3ea0ab6d40334f1e95b82526b76eb50b6d /buildtools | |
| parent | Attem to fix theming in AppImage. Part 2 (diff) | |
| download | inkscape-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.sh | 3 |
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) |
