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() {