You are not logged in.
Hello everyone,
I need glfw-x11 to make glfw work. However, I also need glfw-wayland as a dependency for other package to work (and that package is required for school work).
Is there anyway I can install both x11 and wayland in my pc?
Thank you!
Offline
You'll have to build it yourself, or use eg. https://aur.archlinux.org/packages/glfw-git
Offline
Appreciate it!!
You'll have to build it yourself, or use eg. https://aur.archlinux.org/packages/glfw-git
Offline
Any of the 3.3 releases aren't going to work. You can only build it for either X11 or Wayland, and the resulting libraries aren't compatible.
Using git master (which will be 3.4) can work, but I'm pretty sure there are ABI and API changes involved. You'll likely need to rebuild everything against it, and some things may need patched to build.
Edit: I take that back, I think they made the libraries compatible in 3.3. What do you have that requires glfw-wayland specifically? Nothing should have a hard dep on that AFAIK.
Last edited by Scimmia (2022-04-06 13:48:17)
Offline