Files
banan-os/ports/mesa-glx/build.sh
Bananymous 97d26b5d4e ports: Split mesa into two packages: osmesa, glx
Now SDL and other stuff that use opengl dont have to pull X11 libraries

We now also compile glx backend with DRI instead of xlib. This allows
building EGL support as well!
2026-07-07 04:36:55 +03:00

5 lines
61 B
Bash
Executable File

#!/bin/bash
export MESA_VARIANT='glx'
exec ../mesa/build.sh