Skip to content

Commit

Permalink
iwyu.yml: fixed missing Cups dependency for Qt6PrintSupport in CMake …
Browse files Browse the repository at this point in the history
…[skip ci] (#6867)
  • Loading branch information
firewave authored Oct 6, 2024
1 parent e2a4b19 commit 62127a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
dnf install -y cmake clang pcre-devel
dnf install -y libglvnd-devel # fixes missing dependency for Qt in CMake
dnf install -y p7zip-plugins # required as fallback for py7zr in Qt installation
dnf install -y cups-devel # required for Qt6PrintSupport in CMake since Qt 6.7.3
dnf install -y iwyu
ln -s iwyu_tool.py /usr/bin/iwyu_tool
Expand Down Expand Up @@ -141,6 +142,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y cmake make libpcre3-dev
sudo apt-get install -y libcups2-dev # required for Qt6PrintSupport in CMake since Qt 6.7.3
sudo apt-get install -y libgl-dev # missing dependency for using Qt in CMake
- name: Install clang
Expand Down

0 comments on commit 62127a8

Please sign in to comment.