We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808632c commit 08f4edbCopy full SHA for 08f4edb
1 file changed
tools/crossbuild-drm.sh
@@ -4,7 +4,7 @@
4
# run with docker run --platform linux/arm64 -it --rm -v "${PWD}:/work" -w /work node ./tools/crossbuild.sh
5
6
apt-get update
7
-apt-get install -y xorg-dev libglu1-mesa-dev cmake
+apt-get install -y xorg-dev libglu1-mesa-dev cmake libdrm-dev libegl1-mesa-dev libgles2-mesa-dev libgbm-dev
8
# npm ci
9
# rm -r build
10
npm run compile-drm
0 commit comments