ports/tuxracer: Use osmesa as the gl library

This commit is contained in:
2026-07-05 07:38:27 +03:00
parent 090ab99903
commit 9fd015a84e

View File

@@ -8,6 +8,7 @@ CONFIGURE_OPTIONS=(
'--with-data-dir=/usr/share/tuxracer' '--with-data-dir=/usr/share/tuxracer'
"--with-sdl-prefix=$BANAN_SYSROOT/usr" "--with-sdl-prefix=$BANAN_SYSROOT/usr"
'--with-tcl-lib-name=tcl8.6' '--with-tcl-lib-name=tcl8.6'
'--with-gl-lib-name=OSMesa'
'--without-x' '--without-x'
) )