diff --git a/extra/mpv/build b/extra/mpv/build index c7307dc8..283de0f6 100755 --- a/extra/mpv/build +++ b/extra/mpv/build @@ -6,7 +6,9 @@ python waf configure \ --prefix=/usr \ --mandir=/usr/share/man \ --confdir=/etc/mpv \ - --enable-alsa + --enable-alsa \ + --enable-wayland \ + --disable-x11 python waf build python waf install --destdir="$1" diff --git a/extra/mpv/depends b/extra/mpv/depends index 0cebadc3..9b020a53 100644 --- a/extra/mpv/depends +++ b/extra/mpv/depends @@ -2,9 +2,7 @@ alsa-lib ffmpeg freetype-harfbuzz libass -libXScrnSaver -libXinerama -libXrandr mesa pkgconf make python make +wayland