Skip to content

Commit

Permalink
Add missing dependencies for Qt build on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Nov 9, 2023
1 parent 70fdac6 commit 143d687
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/install-apt-deps
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ sudo apt-get install -y \
ccache \
cmake \
nasm \
ninja-build
ninja-build \
'^libxcb.*-dev' \
libx11-xcb-dev \
libglu1-mesa-dev \
libxrender-dev \
libxi-dev \
libxkbcommon-dev \
libxkbcommon-x11-dev

0 comments on commit 143d687

Please sign in to comment.