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!
This commit is contained in:
4
ports/mesa-glx/build.sh
Executable file
4
ports/mesa-glx/build.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export MESA_VARIANT='glx'
|
||||
exec ../mesa/build.sh
|
||||
Reference in New Issue
Block a user