summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2022-10-09 17:09:06 +0300
committerJan Ekström <jeebjp@gmail.com>2022-10-09 17:09:06 +0300
commit3f32dfe9813ca601bd7ba1d2136e4bff0bf49cd2 (patch)
tree1cb6b1c096154e56622d88660e3eb7fdb7e7e16b
parentbb56554a623a661d020887ba788cac945e93c78a (diff)
downloadmpv-3f32dfe9813ca601bd7ba1d2136e4bff0bf49cd2.tar.bz2
mpv-3f32dfe9813ca601bd7ba1d2136e4bff0bf49cd2.tar.xz
github/workflows: explicitly install Xinerama on FreeBSD
Apparently an implicit dependency on it through one of the otherwise installed packages is no longer there.
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a87999688a..a589985d3d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -164,6 +164,7 @@ jobs:
ffmpeg \
libplacebo \
libxkbcommon \
+ libXinerama \
libxpresent \
luajit \
meson \