Skip to content

Commit

Permalink
release build type, no swrast
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 1, 2023
1 parent 975c5c3 commit 1164624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
-Dopengl=true \
-Dosmesa=true \
-Dvulkan-drivers= \
-Dgallium-drivers=swrast,freedreno \
-Dgallium-drivers=freedreno \
-Dfreedreno-kmds=kgsl \
-Dshared-glapi=false
-Dshared-glapi=false \
-Dbuildtype=release
ninja -C "build-android" install
- name: Upload libraries
uses: actions/upload-artifact@v2
Expand Down
3 changes: 0 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -1893,9 +1893,6 @@ if dep_unwind.found()
endif

if with_osmesa
if not with_gallium_softpipe
error('OSMesa gallium requires gallium softpipe or llvmpipe.')
endif
if host_machine.system() == 'windows'
osmesa_lib_name = 'osmesa'
else
Expand Down

0 comments on commit 1164624

Please sign in to comment.