summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-10-17 17:07:01 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-10-17 19:16:58 +0200
commit49b6fa877938e9f53ca905467975ef580d3a4ab2 (patch)
tree48eb7c87d6233473c94b148946fecd5bea103d4c /wscript
parenta0acb6eaa7bba1abf0ab1c21e3661c5c1fff4481 (diff)
downloadmpv-49b6fa877938e9f53ca905467975ef580d3a4ab2.tar.bz2
mpv-49b6fa877938e9f53ca905467975ef580d3a4ab2.tar.xz
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/wscript b/wscript
index 881333f675..e1e5fa4dab 100644
--- a/wscript
+++ b/wscript
@@ -756,6 +756,11 @@ standalone_features = [
'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',
'deps': [ 'os-darwin' ],