summaryrefslogtreecommitdiff
path: root/lib/mesa/.github
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-11-02 04:34:57 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-11-02 04:34:57 +0000
commit32aeb3c41fedbbd7b11aacfec48e8f699d16bff0 (patch)
treefc5893a490729ebf6b87b83eebf5d4ebfdfccf27 /lib/mesa/.github
parent286ec9d289bada8abb84753c461cfa3432866e98 (diff)
Import Mesa 23.1.9
Diffstat (limited to 'lib/mesa/.github')
-rw-r--r--lib/mesa/.github/workflows/macos.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mesa/.github/workflows/macos.yml b/lib/mesa/.github/workflows/macos.yml
index 5db4ee82e..d1b66ef4c 100644
--- a/lib/mesa/.github/workflows/macos.yml
+++ b/lib/mesa/.github/workflows/macos.yml
@@ -26,6 +26,7 @@ jobs:
brew "libxcb"
brew "libxdamage"
brew "libxext"
+ brew "molten-vk"
brew "ninja"
brew "pkg-config"
brew "python@3.10"
@@ -41,7 +42,7 @@ jobs:
[binaries]
llvm-config = '/usr/local/opt/llvm/bin/llvm-config'
EOL
- $MESON_EXEC . build --native-file=native_config -Dbuild-tests=true -Dosmesa=true -Dgallium-drivers=swrast -Dglx=${{ matrix.glx_option }}
+ $MESON_EXEC . build --native-file=native_config -Dmoltenvk-dir=$(brew --prefix molten-vk) -Dbuild-tests=true -Dosmesa=true -Dgallium-drivers=swrast,zink -Dglx=${{ matrix.glx_option }}
- name: Build
run: $MESON_EXEC compile -C build
- name: Test