Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit e886a54

Browse files
committed
🏗 Fix grpc dependencies
1 parent f0b8184 commit e886a54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-static.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ pacman -Syu --needed --noconfirm git cmake ninja \
77
libfbclient mariadb-libs unixodbc postgresql alsa-lib gst-plugins-base-libs \
88
gtk3 libpulse cups freetds vulkan-headers xmlstarlet \
99
python at-spi2-core \
10-
libxcomposite
10+
libxcomposite \
11+
abseil-cpp c-ares re2
1112

1213
git clone https://github.com/qt/qtbase --branch v6.2.0-beta2 --verbose --depth 1
1314
mkdir qt-build && cd qt-build

0 commit comments

Comments
 (0)