-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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-protocols] Add recipe #6946
[wayland-protocols] Add recipe #6946
Conversation
#include <wayland-client.h> | ||
#include "xdg-shell-client-protocol.h" | ||
|
||
// TODO: Need help to write actual test here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If anyone can help to write a test here that uses it... or maybe use a different protocol
This comment has been minimized.
This comment has been minimized.
Is it the same as #3663 ? |
I detected other pull requests that are modifying wayland-protocols/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Oops! Yes, it is the same package, I didn't realize about it. This approach is slightly different (using Meson) and this |
This comment has been minimized.
This comment has been minimized.
All green in build 3 (
|
homepage = "https://gitlab.freedesktop.org/wayland/wayland-protocols" | ||
license = "MIT" | ||
|
||
settings = "os", "arch", "compiler", "build_type" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need these settings for generating xml files ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of them are required by Meson. Anyway, it is declared as header_only
so only one package is generated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Specify library name and version: wayland-protocols
closes #3663