From 49b6fa877938e9f53ca905467975ef580d3a4ab2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 17 Oct 2014 17:07:01 +0200 Subject: cocoa: allow to disable apple remote at compile time Actually doesn't remove the related flags so that one can still pass the option with the option doing nothing. --- wscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 881333f675..e1e5fa4dab 100644 --- a/wscript +++ b/wscript @@ -755,6 +755,11 @@ standalone_features = [ 'deps': [ 'cocoa' ], 'deps_neg': [ 'libmpv-shared', 'libmpv-static' ], 'func': check_true + }, { + 'name': '--apple-remote', + 'desc': 'Apple Remote support', + 'deps': [ 'cocoa' ], + 'func': check_true }, { 'name': '--macosx-bundle', 'desc': 'compilation of a Mac OS X Application bundle', -- cgit v1.2.3