Commit 22ebe57
committed
fix: add libxtst-dev for SDL3's X11 XTEST extension in editor CI jobs
The previous X11 dev-package fix got CNA's vendored SDL3 past its
"no X11 or Wayland" gate (confirmed on the actual CI run: "-- Found
X11: /usr/include" now appears), but configure still failed one step
later: "Couldn't find dependency package for XTEST." SDL3's X11 backend
also needs the XTest extension's headers (X11/extensions/XTest.h),
provided by libxtst-dev, which the previous package list missed.1 parent 93b010f commit 22ebe57
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
0 commit comments