Skip to content

Commit

Permalink
meson: Add SDL to audio driver priority list on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jan 15, 2025
1 parent 4c416d1 commit 9f3cfdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2406,8 +2406,7 @@ if have_system

# Default to native drivers first, OSS second, SDL third
audio_drivers_priority = \
[ 'pa', 'coreaudio', 'dsound', 'sndio', 'oss' ] + \
(host_os == 'linux' ? [] : [ 'sdl' ])
[ 'pa', 'coreaudio', 'dsound', 'sndio', 'oss', 'sdl' ]
audio_drivers_default = []
foreach k: audio_drivers_priority
if audio_drivers_available[k]
Expand Down

0 comments on commit 9f3cfdb

Please sign in to comment.