Skip to content

Commit

Permalink
re-add kmsro, use android strict
Browse files Browse the repository at this point in the history
why the fuck is it failing
  • Loading branch information
SolDev69 committed Jan 2, 2024
1 parent 7ee49be commit 57b7509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pojav-gallium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ jobs:
--prefix=/tmp/mesa \
--cross-file "build-crossfile" \
-Dplatforms=android \
-Dplatform-sdk-version=26 \
-Dplatform-sdk-version=25 \
-Dandroid-stub=true \
-Dandroid-strict=false \
-Dllvm=disabled \
-Dxlib-lease=disabled \
-Degl=disabled \
Expand All @@ -59,7 +58,7 @@ jobs:
-Dopengl=true \
-Dosmesa=true \
-Dvulkan-drivers= \
-Dgallium-drivers=freedreno,zink,swrast,panfrost \
-Dgallium-drivers=freedreno,zink,swrast,panfrost,kmsro \
-Dfreedreno-kmds=kgsl \
-Dshared-glapi=false \
-Dbuildtype=release
Expand Down
2 changes: 1 addition & 1 deletion src/gallium/targets/osmesa/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ libosmesa = shared_library(
libmesa, libgallium, libws_null, osmesa_link_with,
],
dependencies : [
dep_ws2_32, dep_selinux, dep_thread, dep_clock, dep_unwind, driver_freedreno, dep_libdrm, driver_zink, driver_swrast, driver_panfrost
dep_ws2_32, dep_selinux, dep_thread, dep_clock, dep_unwind, driver_freedreno, dep_libdrm, driver_zink, driver_swrast, driver_panfrost, driver_kmsro
],
name_prefix : host_machine.system() == 'windows' ? '' : [], # otherwise mingw will create libosmesa.dll
soversion : '',
Expand Down

0 comments on commit 57b7509

Please sign in to comment.