Skip to content

Commit

Permalink
Add libatspi2.0-dev and libdbus-1-dev to Qt build requirements (#10080)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Dec 10, 2024
1 parent c93ab31 commit 25c8c13
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 25c8c13

Please sign in to comment.