-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
core: fix and enable wayland #1268
Conversation
joshua-holmes
commented
Sep 13, 2024
•
edited
Loading
edited
- [ x] By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.
7ea5685
to
659699f
Compare
659699f
to
b9c4d41
Compare
b9c4d41
to
9c28810
Compare
62a1eda
to
fd4c315
Compare
fd4c315
to
df05e4d
Compare
96769ef
to
fb51725
Compare
2945f4a
to
fb51725
Compare
.optimize = optimize, | ||
}); | ||
lib.addCSourceFile(.{ | ||
.file = b.path("src/core/linux/wayland.c"), |
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.
This is only needed because translate-c can't handle some of the types in the header, right?
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.
Filed #1269 as a follow-up issue
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.
Pretty sure that's the issue, yeah.
Resolves #1265 |