goreleaser / goreleaser-cross

Docker image for Golang cross-compiling with CGO
MIT License
146 stars 24 forks source link

X11/Xlib.h: No such file or directory #64

Open techierishi opened 8 months ago

techierishi commented 8 months ago

This is a request to add libx11-dev as part of goreleaser-cross image

You can add Xlib.h to image by adding following dependency

apt install libx11-dev

techierishi commented 8 months ago

Please take a look at following PR which addresses this issue https://github.com/goreleaser/goreleaser-cross-toolchains/pull/2