2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

mpv: don't build shared lib by default

This commit is contained in:
Dylan Araps 2019-10-29 11:33:55 +00:00
parent 667f428c85
commit 8a3eb51f11
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -7,8 +7,7 @@ python waf configure \
--mandir=/usr/share/man \
--confdir=/etc/mpv \
--enable-alsa \
--enable-libass \
--enable-libmpv-shared
--enable-libass
python waf build
python waf install --destdir="$1"