-
Notifications
You must be signed in to change notification settings - Fork 21
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
Debian build instructions incomplete #313
Comments
On Debian you may need to manually package and compile the wlr-protocols: |
Thanks, doing that I was able to build this successfully. And Thank you very much for this useful library. |
I'm tested the |
I think that it would be best if a GitHub Action could be made for Debian GNU/Linux 12 (bookworm). This way, everyone could see how it is actually compiled on Debian. Thanks for considering! |
Good idea, would you like open a PR for the GitHub action? |
I also had to
sudo apt install libwlroots-0.18-dev
.Even then, I got
With
cmake -B build -DDISABLE_WLR_PROTOCOLS=1
I get:How to build on Debian GNU/Linux 12 (bookworm)?
https://github.com/vioken/qwlroots/blob/4880f9a7a820fa15d67c805156a100ac6c402490/debian/control#L10C16-L10C29
This doesn't seem to exist in Debian:
https://packages.debian.org/search?keywords=wlr-protocols&searchon=names&suite=all§ion=all
The text was updated successfully, but these errors were encountered: