Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add needed package for Maya 2025 to work with V-Ray #60

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

AlexTranAmz
Copy link
Contributor

@AlexTranAmz AlexTranAmz commented Dec 6, 2024

What was the problem/requirement? (What/Why)

When building V-Ray for Maya, we identify some missing dependencies for Maya.
In particular, Qt6 package from Maya need some dependencies such as:

  • libxcb-icccm
  • libxcb-cursor
  • libxcb-keysyms
  • libxkbcommon-x1

What was the solution? (How)

We need to add those dependencies in to ensure Maya functionality. In specific, we need:

  • xcb-util-wm for libxcb-icccm
  • xcb-util-cursor for libxcb-cursor
  • xcb-util-keysyms for libxcb-keysyms
  • libxkbcommon-x11 for libxkbcommon-x1

What is the impact of this change?

Maya 2025 will have enough dependencies to make it work reliably

How was this change tested?

./submit-package-job maya-2025
Submit a Maya job + a V-Ray for Maya job and was able to render successfully

Was this change documented?

Yes


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@AlexTranAmz AlexTranAmz requested a review from a team as a code owner December 6, 2024 19:54
@mwiebe mwiebe force-pushed the add-maya-dependencies branch from bde0dcd to 83baa7d Compare December 12, 2024 19:39
@mwiebe mwiebe merged commit 8ca986c into aws-deadline:mainline Dec 12, 2024
2 checks passed
@AlexTranAmz AlexTranAmz deleted the add-maya-dependencies branch December 12, 2024 19:48
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.

3 participants