Skip to content

Commit 1f4cf13

Browse files
Akemisfan5
authored andcommitted
meson: print cocoa for feature summary
should be mentioned similar to x11 and wayland.
1 parent 52525dc commit 1f4cf13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,8 @@ if features['sdl2-audio'] or features['sdl2-gamepad'] or features['sdl2-video']
18821882
warning('You are building with optional SDL2 support. If you encounter build issues, try disabling it.')
18831883
endif
18841884

1885-
summary({'d3d11': features['d3d11'],
1885+
summary({'cocoa': features['cocoa'] and features['swift'],
1886+
'd3d11': features['d3d11'],
18861887
'drm': features['drm'],
18871888
'javascript': features['javascript'],
18881889
'libmpv': get_option('libmpv'),

0 commit comments

Comments
 (0)