From 3858a8102bdeb40120dc1a426db38d84e8f39afd Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Fri, 13 Jan 2023 11:48:21 -0600 Subject: build: officially deprecate waf While the waf build has served us well for many years, it's time to officially consider it deprecated. The meson build was added fully with the intention to eventually replace waf and its current state is more than good enough to do that. Let's start the deprecation period now to give users a heads up to switch before we remove waf for good. --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index ab7ded7f8b..470501d062 100644 --- a/wscript +++ b/wscript @@ -1063,6 +1063,8 @@ def configure(ctx): ctx.env.LINKFLAGS += ['-rdynamic'] ctx.store_dependencies_lists() + from waflib import Logs + Logs.error("WARNING: Building mpv with waf is deprecated and will be removed the future! It is recommended to switch to meson as soon as possible.") def __write_version__(ctx): ctx.env.VERSIONH_ST = '--versionh="%s"' -- cgit v1.2.3