Skip to content

Conversation

@rhubert
Copy link
Contributor

@rhubert rhubert commented Aug 6, 2025

Do not depend on X dependencies if the default (wayland) is used.

Do not depend on X dependencies if the default (wayland) is used.
- graphics::wayland::wayland-dev

- if: "$(eq,$MESA3D_PLATFORM,x11)"
- if: "$(eq,$MESA3D_PLATFORM,wayland)"
Copy link
Member

Choose a reason for hiding this comment

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

I'm confused. Now, if $MESA3D_PLATFORM equals wayland, we add the X11 dependencies. Which contradicts the commit message. What am I missing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤦 our recipes are based on an older version of the basement where we can not use the default attribute in the Config section. That's why we had if: "$(eq,${MESA3D_PLATFORM:-x11},x11) here. ATM I'm upstreaming my changes in order to rebase later and obviously I wasn't very focused yesterday... Sorry for the noise..

Copy link
Member

Choose a reason for hiding this comment

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

No worries!

@rhubert rhubert closed this Aug 7, 2025
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.

2 participants