Update msys2-setup.sh

This commit is contained in:
João Valverde 2023-01-29 15:55:57 +00:00
parent 62005a7e20
commit 43e530e94d
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,7 @@ PACKAGE_PREFIX="${MINGW_PACKAGE_PREFIX:-mingw-w64-x86_64}"
#
BASIC_LIST="base-devel \
git \
${PACKAGE_PREFIX}-bcg729 \
${PACKAGE_PREFIX}-brotli \
${PACKAGE_PREFIX}-c-ares \
${PACKAGE_PREFIX}-cmake \
@ -67,6 +68,7 @@ BASIC_LIST="base-devel \
${PACKAGE_PREFIX}-libmaxminddb \
${PACKAGE_PREFIX}-nghttp2 \
${PACKAGE_PREFIX}-libpcap \
${PACKAGE_PREFIX}-libsmi \
${PACKAGE_PREFIX}-libssh \
${PACKAGE_PREFIX}-libxml2 \
${PACKAGE_PREFIX}-lua51 \
@ -80,6 +82,7 @@ BASIC_LIST="base-devel \
${PACKAGE_PREFIX}-qt6-multimedia \
${PACKAGE_PREFIX}-qt6-tools \
${PACKAGE_PREFIX}-qt6-5compat \
${PACKAGE_PREFIX}-sbc \
${PACKAGE_PREFIX}-snappy \
${PACKAGE_PREFIX}-spandsp \
${PACKAGE_PREFIX}-speexdsp \