mpv: depend on wayland

This commit is contained in:
Dylan Araps 2021-07-08 12:25:54 +03:00
parent a654edf469
commit cbdf5d6d79
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -2,9 +2,7 @@ alsa-lib
ffmpeg
freetype-harfbuzz
libass
libXScrnSaver
libXinerama
libXrandr
mesa
pkgconf make
python make
wayland