mirror of
https://github.com/mpv-player/mpv
synced 2025-03-10 08:13:03 +00:00
build: don't install some files if only libmpv is built
encoding-profiles.conf can be used by libmpv, but it won't load it from this path by default, so exclude it as well. Fixes #1293.
This commit is contained in:
parent
4af24daf2c
commit
a72a4b28a0
@ -535,6 +535,8 @@ def build(ctx):
|
||||
if ctx.dependency_satisfied('pdf-build'):
|
||||
_build_pdf(ctx)
|
||||
|
||||
if ctx.dependency_satisfied('cplayer'):
|
||||
|
||||
if ctx.dependency_satisfied('zsh-comp'):
|
||||
ctx.zshcomp(target = "etc/_mpv")
|
||||
ctx.install_files(
|
||||
|
Loading…
Reference in New Issue
Block a user