summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index c2b84411a5..830201a6bd 100644
--- a/wscript
+++ b/wscript
@@ -576,6 +576,7 @@ video_output_features = [
'name': '--sdl2-video',
'desc': 'SDL2 video output',
'deps': 'sdl2',
+ 'deps_neg': 'cocoa',
'func': check_true,
}, {
'name': '--cocoa',