sdt / docker-raspberry-pi-cross-compiler

Raspberry Pi cross-compiler and sysroot in a Docker container.
https://hub.docker.com/r/sdthirlwall/raspberry-pi-cross-compiler/
MIT License
246 stars 69 forks source link

Added libraspberrypi-dev to xbuild env. #36

Open massimiliano-mantione opened 5 years ago

massimiliano-mantione commented 5 years ago

I needed to build raspiraw.

I found out that adding libraspberrypi-dev as in this pull request everything goes smoothly. Since this docker image is intended as a cross compilation tool for Raspberry PIs, I think that it would be convenient including libraspberrypi-dev by default...