Skip to content

Commit 66ad314

Browse files
Fixed
```ERROR: Unknown option: "dri3"``` Current version of Mesa’s Meson build scripts doesn’t recognize -D dri3=enabled >I also added some missing packages needed for compiling
1 parent daf9e32 commit 66ad314

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/HardwareAcceleration.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,13 @@ Other tests I did:
385385
#### Download freedreno & Build
386386
```
387387
apt update
388-
apt install python3 bison
388+
apt install python3 bison binutils flex
389+
389390
pip install PyYAML
391+
pip install mako
392+
pip install packaging
393+
394+
390395
391396
wget https://gitlab.freedesktop.org/Pipetto-crypto/mesa/-/archive/freedreno/mesa-freedreno.tar.gz
392397
cd mesa-freedreno

0 commit comments

Comments
 (0)