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',