mirror of https://github.com/mpv-player/mpv
github/workflows: don't install angleproject on msys2
This package isn't available for i686 anymore, and not worth the hassle
to only install it for win64 since it isn't particularly useful.
See: fff2fa3711
This commit is contained in:
parent
bd5d8e41ac
commit
d56ad8f032
|
@ -246,7 +246,6 @@ jobs:
|
|||
update: true
|
||||
install: git
|
||||
pacboy: >-
|
||||
angleproject:p
|
||||
ca-certificates:p
|
||||
cc:p
|
||||
diffutils:p
|
||||
|
|
|
@ -7,8 +7,6 @@ meson setup build \
|
|||
-D d3d-hwaccel=enabled \
|
||||
-D d3d11=enabled \
|
||||
-D dvdnav=enabled \
|
||||
-D egl-angle-lib=enabled \
|
||||
-D egl-angle-win32=enabled \
|
||||
-D jpeg=enabled \
|
||||
-D lcms2=enabled \
|
||||
-D libarchive=enabled \
|
||||
|
|
Loading…
Reference in New Issue