-
Notifications
You must be signed in to change notification settings - Fork 127
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
Missing wayland-protocols-devel? #517
Comments
This might actually be a shortcoming in |
After some research, it turns out that this has nothing to do with Chimera. It seems that libraries like For me the solution is to install What I’m trying to do is to compile one of my programs that uses raylib without installing xorg on Chimera, that is with as few customizations as possible. |
wayland-protocols is the only protocols package, it does not need a separate -devel glfw can be compiled with wayland, but it's either one or the other backend (i.e. you can't have support for both x11 and wayland in one library), dunno about the others also that guy is wrong, sdl is multi-backend and works well (you can have x11 and wayland at the same time in one binary), window decorations in toolkit-independent stuff can be brought in with libdecor |
(next release of glfw will also fix that, current master can have both at once) |
Hi, I’m trying to compile a program using wayland, I get the following error message:
I’ve installed
wayland-devel
,wayland-devel-static
, andwayland-protocols
, but I do not see any other package that seems relevant.Searching for that
.h
file name in the package list (“Contents”) also did not yield any result.Is there a missing
wayland-protocols-devel
package, or should I get that file from somewhere else?The text was updated successfully, but these errors were encountered: