Skip to content

Commit 6e6a5e5

Browse files
committed
fix: add xrandr headers for uiohook ci builds
1 parent f1eb7e7 commit 6e6a5e5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
libx11-dev \
4343
libxtst-dev \
4444
libxt-dev \
45+
libxrandr-dev \
4546
libxinerama-dev \
4647
libx11-xcb-dev \
4748
libxkbcommon-dev \
@@ -88,6 +89,7 @@ jobs:
8889
libx11-dev \
8990
libxtst-dev \
9091
libxt-dev \
92+
libxrandr-dev \
9193
libxinerama-dev \
9294
libx11-xcb-dev \
9395
libxkbcommon-dev \

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
libx11-dev \
5050
libxtst-dev \
5151
libxt-dev \
52+
libxrandr-dev \
5253
libxinerama-dev \
5354
libx11-xcb-dev \
5455
libxkbcommon-dev \

0 commit comments

Comments
 (0)