summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-02-22 20:02:43 +0100
committerder richter <der.richter@gmx.de>2024-02-24 20:04:16 +0100
commit3390dce4264014d8c6d1aad2a7750086fc13144a (patch)
treed5a053200e3dcf5e7fd6b3cf55bfe9404d62e94c /.github
parent555bdf78b265bc23a3658bedad07daa3eab9b19c (diff)
downloadmpv-3390dce4264014d8c6d1aad2a7750086fc13144a.tar.bz2
mpv-3390dce4264014d8c6d1aad2a7750086fc13144a.tar.xz
github/workflows: add vulkan, mujs and urchadet to macOS dependencies
also explicitly enable those and remaining macOS features.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 65f9cab40d..ca4506fd65 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -113,7 +113,8 @@ jobs:
- name: Install dependencies
run: |
brew update
- brew install autoconf automake pkg-config libtool python freetype fribidi little-cms2 luajit libass ffmpeg meson libplacebo
+ brew install autoconf automake pkg-config libtool python freetype fribidi little-cms2 \
+ luajit libass ffmpeg meson uchardet mujs libplacebo molten-vk vulkan-loader vulkan-headers
- name: Build with meson
id: build