5 lines
142 B
Bash
5 lines
142 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# We need to explicitly set driver to pvr for the newer mesa, else it tries to find omapdrm
|
||
|
export MESA_LOADER_DRIVER_OVERRIDE=pvr
|