From 090ab99903f8b6e8282a97ced31d83ba41992bcc Mon Sep 17 00:00:00 2001 From: Bananymous Date: Sun, 5 Jul 2026 07:34:22 +0300 Subject: [PATCH] ports/glu: Use osmesa as the gl provider --- ports/glu/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/glu/build.sh b/ports/glu/build.sh index 934afa3d..33b7f10a 100755 --- a/ports/glu/build.sh +++ b/ports/glu/build.sh @@ -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() {