Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorDaniel Brötzmann <mailtrash@posteo.de>2022-07-27 18:16:34 +0300
committerDaniel Brötzmann <mailtrash@posteo.de>2022-07-27 18:16:34 +0300
commit8166209581a8c3a9544b87f96352e81b8feb0997 (patch)
tree353b0d9912ab24fd48c40f2de5540e28d057d3a0 /win
parent9a3cb940511634dd1238a83c405121b77223fe5d (diff)
chore: Windows: Add gtksourceview4 to dev_env.sh
Diffstat (limited to 'win')
-rw-r--r--win/dev_env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/dev_env.sh b/win/dev_env.sh
index 66ac4ccc3..f22f4e6be 100644
--- a/win/dev_env.sh
+++ b/win/dev_env.sh
@@ -11,6 +11,7 @@ function main {
mingw-w64-x86_64-toolchain \
mingw-w64-x86_64-adwaita-icon-theme \
mingw-w64-x86_64-gtk3 \
+ mingw-w64-x86_64-gtksourceview4 \
mingw-w64-x86_64-python-setuptools-scm \
mingw-w64-x86_64-python-cryptography \
mingw-w64-x86_64-python-certifi \