From cbdf5d6d799c8d4f5d18b314da0c91a000211e1a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 8 Jul 2021 12:25:54 +0300 Subject: [PATCH] mpv: depend on wayland --- extra/mpv/build | 4 +++- extra/mpv/depends | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) 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