Skip to content

Commit

Permalink
remove kmsro dependency
Browse files Browse the repository at this point in the history
I have no clue if this is needed
  • Loading branch information
SolDev69 committed Jan 2, 2024
1 parent f6aebfe commit 09545cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pojav-gallium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
-Dopengl=true \
-Dosmesa=true \
-Dvulkan-drivers= \
-Dgallium-drivers=freedreno,zink,swrast,panfrost,kmsro \
-Dgallium-drivers=freedreno,zink,swrast,panfrost \
-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, driver_kmsro
dep_ws2_32, dep_selinux, dep_thread, dep_clock, dep_unwind, driver_freedreno, dep_libdrm, driver_zink, driver_swrast, driver_panfrost
],
name_prefix : host_machine.system() == 'windows' ? '' : [], # otherwise mingw will create libosmesa.dll
soversion : '',
Expand Down

0 comments on commit 09545cb

Please sign in to comment.