Skip to content

fix(docker): add XKB headers and drop OpenSSL dev package#374

Merged
plexoos merged 2 commits into
mainfrom
fix-xkb
Jun 23, 2026
Merged

fix(docker): add XKB headers and drop OpenSSL dev package#374
plexoos merged 2 commits into
mainfrom
fix-xkb

Conversation

@plexoos

@plexoos plexoos commented Jun 22, 2026

Copy link
Copy Markdown
Member
  • Add libxkbcommon-dev to the base image dependencies so Qt/Geant4 CMake configuration can find XKB headers and libraries.
  • Remove libssl-dev, since the image no longer needs OpenSSL headers for MD5 support.

Fixes #369

Copilot AI review requested due to automatic review settings June 22, 2026 17:43
@plexoos plexoos self-assigned this Jun 22, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Ubuntu CUDA base image dependencies to include XKB development headers so Qt/Geant4 CMake configuration can successfully detect and link against XKB-related components during container builds.

Changes:

  • Add libxkbcommon-dev to the base image apt install dependency list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@plexoos plexoos changed the title fix(docker): install XKB development headers fix(docker): add XKB headers and drop OpenSSL dev package Jun 23, 2026
@plexoos plexoos merged commit 8efef8b into main Jun 23, 2026
13 checks passed
@plexoos plexoos deleted the fix-xkb branch June 23, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Could NOT find XKB (missing: XKB_LIBRARY XKB_INCLUDE_DIR) (Required is at least version "0.5.0")

2 participants