aboutsummaryrefslogtreecommitdiffhomepage
path: root/waftools
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2017-09-21 13:50:18 +0200
committerGravatar wm4 <wm4@nowhere>2017-09-21 13:56:27 +0200
commitbfa9b628589068acdbb04d97f86051063e82fd94 (patch)
tree03e9ffbf6a245d8a3f85b37ef80d74ad0df254ff /waftools
parentfdb300b983744c522f335ccf64e9788b78f86701 (diff)
build: add preliminary LGPL mode
See "Copyright" file for caveats. This changes the remaining "almost LGPL" files to LGPL, because we think that the conditions the author set for these was finally fulfilled.
Diffstat (limited to 'waftools')
-rw-r--r--waftools/generators/headers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/waftools/generators/headers.py b/waftools/generators/headers.py
index c7f5b48b84..84f914c2c1 100644
--- a/waftools/generators/headers.py
+++ b/waftools/generators/headers.py
@@ -29,7 +29,6 @@ def __add_mpv_defines__(ctx):
ctx.define("CONFIGURATION", " ".join(argv))
ctx.define("MPV_CONFDIR", ctx.env.CONFLOADDIR)
ctx.define("FULLCONFIG", __escape_c_string(__get_features_string__(ctx)))
- ctx.define("HAVE_GPL", 1)
def configure(ctx):
__add_mpv_defines__(ctx)