summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-28 08:36:41 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-28 09:06:43 +0100
commite8677aa36333206f59fae610e9b94ad5d2c3c7e2 (patch)
treec2200fdb3ed2517a14e5491f433afe1021f41c46 /DOCS
parent156dcbbeb1c64fdba668f4d44ab717511f8bd985 (diff)
downloadmpv-e8677aa36333206f59fae610e9b94ad5d2c3c7e2.tar.bz2
mpv-e8677aa36333206f59fae610e9b94ad5d2c3c7e2.tar.xz
build: make --disable-gl disable all the gl backends
Fixes #369
Diffstat (limited to 'DOCS')
-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
=====================================