From 2658dc712d736a93e007591c8b85d4de7f1902e3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 28 Nov 2014 15:55:54 +0100 Subject: build: move --cplayer to build options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way it’s near to it’s libmpv counterparts --- wscript | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wscript b/wscript index f6939499b1..08ce901f51 100644 --- a/wscript +++ b/wscript @@ -10,6 +10,11 @@ from waftools.checks.custom import * build_options = [ { + 'name': '--cplayer', + 'desc': 'mpv CLI player', + 'default': 'enable', + 'func': check_true + }, { 'name': '--libmpv-shared', 'desc': 'shared library', 'default': 'disable', @@ -765,10 +770,6 @@ radio_and_tv_features = [ standalone_features = [ { - 'name': '--cplayer', - 'desc': 'mpv CLI player', - 'func': check_true - }, { 'name': 'win32-executable', 'desc': 'w32 executable', 'deps_any': [ 'os-win32', 'os-cygwin'], -- cgit v1.2.3