Commit c4e128d
ci: install GLFW 3.4 Wayland build deps for mujoco 3.9.0
MuJoCo 3.9.0 bundles GLFW 3.4, which builds the Wayland backend by default
on Linux (GLFW_BUILD_WAYLAND=ON). The minimal ros:jazzy CI container lacks
the Wayland dev libs, so the bundled GLFW build failed at:
pkg_check_modules(Wayland REQUIRED ... xkbcommon>=0.5.0)
Install libwayland-dev (wayland-client/cursor/egl), libxkbcommon-dev,
libwayland-bin (wayland-scanner), and wayland-protocols. The X11 backend
deps were already present and unchanged.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7caa174 commit c4e128d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
0 commit comments