Skip to content

[codex] add X11-backed compat runtime packages#20

Merged
Sunrisepeak merged 4 commits into
mainfrom
codex/imgui-compat-x11
Jun 1, 2026
Merged

[codex] add X11-backed compat runtime packages#20
Sunrisepeak merged 4 commits into
mainfrom
codex/imgui-compat-x11

Conversation

@Sunrisepeak
Copy link
Copy Markdown
Member

@Sunrisepeak Sunrisepeak commented May 31, 2026

Summary

  • add Linux X11/XCB/X extension compat runtime packages that build upstream sources into libX11.so, libxcb.so, and related libX*.so libraries
  • extend compat.glfw from null-only to Linux X11 plus macOS/Windows backend descriptors, and add compat.khrplatform for OpenGL header closure
  • add smoke tests and a Linux CI smoke job that builds upstream-style consumers through a local mcpp path index
  • align hook tool dependencies with mcpp 0.0.40 project-index support: C/C++ deps stay in mcpp.deps, while hook-time Python is installed through xpm.linux.deps

Validation

  • git diff --check
  • release artifact mcpp 0.0.40 full Linux smoke:
    • tests/smoke_compat_core.sh
    • tests/smoke_compat_imgui.sh
    • tests/smoke_compat_archive.sh
    • tests/smoke_compat_imgui_window.sh
  • GitHub Actions validate run 26729065273:
    • lint passed
    • smoke-linux passed

Notes

The CI smoke uses the published Linux mcpp 0.0.40 release artifact. The window smoke runs only the build/link path in CI; runtime GLX/OpenGL execution remains host-dependent and is gated behind MCPP_INDEX_RUN_WINDOW_SMOKE=1 for local machines with a usable DISPLAY and GL driver stack.

macOS and Windows GLFW descriptor sections are included, but this PR still needs CI or runner coverage on those platforms before claiming full cross-platform runtime verification.

@Sunrisepeak Sunrisepeak marked this pull request as ready for review June 1, 2026 00:47
@Sunrisepeak Sunrisepeak merged commit 378ad36 into main Jun 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant