Skip to content

Commit

Permalink
Add libatspi2.0-dev and libdbus-1-dev to Qt build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Nov 28, 2024
1 parent b812fff commit 298f3a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion taskcluster/docker/linux-qt6-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ RUN apt-get -y install build-essential \

## Install Qt6/X11 build dependencies
## From: https://doc.qt.io/qt-6/linux-requirements.html
RUN apt-get -y install libfontconfig1-dev \
RUN apt-get -y install libatspi2.0-dev \
libdbus-1-dev \
libfontconfig1-dev \
libfreetype6-dev \
libssl-dev \
libx11-dev \
Expand Down

0 comments on commit 298f3a0

Please sign in to comment.