ports/glu: Use osmesa as the gl provider

This commit is contained in:
2026-07-05 07:34:22 +03:00
parent 3e16e69602
commit 090ab99903

View File

@@ -6,6 +6,8 @@ DOWNLOAD_URL="https://archive.mesa3d.org/glu/glu-$VERSION.tar.xz#bd43fe12f374b11
DEPENDENCIES=('mesa')
CONFIGURE_OPTIONS=(
'-Dprefix=/usr'
'-Dbuildtype=release'
'-Dgl_provider=osmesa'
)
configure() {