Skip to content

Commit

Permalink
ci/macOS: enable gpu-next in build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeb committed Sep 21, 2023
1 parent 003a2f1 commit 4e7051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ meson setup build \
-Dprefix="${MPV_INSTALL_PREFIX}" \
-D{libmpv,tests}=true \
-D{gl,iconv,lcms2,lua,jpeg,plain-gl,zlib}=enabled \
-D{cocoa,coreaudio,gl-cocoa,macos-cocoa-cb,macos-touchbar,videotoolbox-gl}=enabled
-D{cocoa,coreaudio,gl-cocoa,gpu-next,macos-cocoa-cb,macos-touchbar,videotoolbox-gl}=enabled

meson compile -C build -j4
meson install -C build
Expand Down

0 comments on commit 4e7051b

Please sign in to comment.