mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
403 stars 104 forks source link

debian: adapt to mpv meson switch #211

Closed kevmitch closed 1 year ago

kevmitch commented 1 year ago

The options passed through mpv-config have different syntax. --confdir is no longer necessary.

Rename $WAFFLAGS to $MESONFLAGS.

Use the mpv-install script with appropriate --destdir.

Remove the unused DOCS and TOOLS variables.