We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9511862 commit 4e8fd11Copy full SHA for 4e8fd11
.github/workflows/ninja-build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install XCB packages
18
run: |
19
apt-get update
20
- apt-get install -y --no-install-recommends libxkbcommon-x11-dev libxcb-cursor-dev libxcb-icccm4-dev libxcb-keysyms1-dev
+ apt-get install -y --no-install-recommends libfontconfig-dev libfreetype-dev libxkbcommon-x11-dev libxcb-cursor-dev libxcb-icccm4-dev libxcb-keysyms1-dev
21
- name: Prepare build dirs
22
23
mkdir build
0 commit comments