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

Wayland #45

Merged
merged 10 commits into from
Dec 4, 2024
Merged

Wayland #45

merged 10 commits into from
Dec 4, 2024

Conversation

sixtyfourktec
Copy link
Contributor

Initial check-in's for a wayland pipeline. Mesa is the graphics provider, however it is possible to overwrite those with the different virtual packages. Also add one graphics app for testing the pipeline.

recipes/graphics/wayland/wayland.yaml Outdated Show resolved Hide resolved
recipes/graphics/wayland/wayland.yaml Outdated Show resolved Hide resolved
recipes/graphics/wayland/wayland-protocols.yaml Outdated Show resolved Hide resolved
recipes/libs/mesa3d.yaml Outdated Show resolved Hide resolved
recipes/python/pyyaml.yaml Outdated Show resolved Hide resolved
recipes/virtual/libs/libegl.yaml Outdated Show resolved Hide resolved
recipes/virtual/libs/libgles.yaml Outdated Show resolved Hide resolved
Also add a wayland-scanner class. Most packages which are using wayland,
will also need wayland-scanner (including wayland itself!) for the
wayland protocol extensions. Normally we would just provide a tool,
however those packages tend to search for the wayland-scanner binary
through pkg-config. Right now, Bob's tool mechanism, don't support this.
Therefore, add this class, providing everything required.
Make it possible to overwrite the libdrm package. Defaults to
libs::libdrm.
Make it possible to overwrite the libegl package. Defaults to
libs::mesa3d.
Make it possible to overwrite the libgles package. Defaults to
libs::mesa3d.
@jkloetzke jkloetzke merged commit 2f675aa into BobBuildTool:master Dec 4, 2024
@jkloetzke
Copy link
Member

Thanks

@sixtyfourktec sixtyfourktec deleted the wayland branch December 4, 2024 07:37
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