summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/wscript b/wscript
index 0f113002ba..1873881b1a 100644
--- a/wscript
+++ b/wscript
@@ -10,6 +10,11 @@ from waftools.checks.custom import *
build_options = [
{
+ 'name': '--gpl3',
+ 'desc': 'GPL3 license',
+ 'default': 'disable',
+ 'func': check_true
+ }, {
'name': '--cplayer',
'desc': 'mpv CLI player',
'default': 'enable',