From e8677aa36333206f59fae610e9b94ad5d2c3c7e2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 28 Nov 2013 08:36:41 +0100 Subject: build: make --disable-gl disable all the gl backends Fixes #369 --- DOCS/waf-buildsystem.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS/waf-buildsystem.rst') 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 ===================================== -- cgit v1.2.3