We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go install github.com/d4l3k/go-sct/cmd/waysct@latest gave me this output:
go install github.com/d4l3k/go-sct/cmd/waysct@latest
go: downloading github.com/d4l3k/go-sct v0.0.0-20240404031330-bb1dc072d627 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/cpucycle/astrotime v0.0.0-20120927164819-9c7d514efdb5 # github.com/d4l3k/go-sct/waysct In file included from go/pkg/mod/github.com/d4l3k/[email protected]/waysct/waysct.go:13: ./gamma-wl.h:31:10: fatal error: wayland-client.h: No such file or directory 31 | #include <wayland-client.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated.
I am on Raspberry Pi OS Lite with labwc as my wayland compositor, libwayland-client0 is installed.
libwayland-client0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
go install github.com/d4l3k/go-sct/cmd/waysct@latest
gave me this output:I am on Raspberry Pi OS Lite with labwc as my wayland compositor,
libwayland-client0
is installed.The text was updated successfully, but these errors were encountered: