summaryrefslogtreecommitdiffstats
path: root/DOCS/waf-buildsystem.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/waf-buildsystem.rst')
-rw-r--r--DOCS/waf-buildsystem.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/waf-buildsystem.rst b/DOCS/waf-buildsystem.rst
index ca52531501..d8e4270c11 100644
--- a/DOCS/waf-buildsystem.rst
+++ b/DOCS/waf-buildsystem.rst
@@ -135,6 +135,11 @@ For example::
will override the value of ``func`` with ``check_pthreads_w32_static`` only
if the target OS of the build is Windows.
+``groups``: groups a dependency with another one. This can be used to disabled
+all the grouped dependencies with one ``--disable-``. At the moment this is
+only used for OpenGL backends, where you want to disable them when
+``--disable-gl`` is passed to the configure.
+
mpv's custom build step on top of waf
=====================================