media/libcubeb: Use Sun audio backend also on NetBSD

This commit is contained in:
Nia Alarie 2024-09-13 12:15:20 +02:00 committed by roytam1
commit 4637e2319c

View file

@ -44,7 +44,7 @@ if CONFIG['MOZ_SNDIO']:
]
DEFINES['USE_SNDIO'] = True
if CONFIG['OS_ARCH'] == 'SunOS':
if CONFIG['OS_ARCH'] in ('SunOS', 'NetBSD'):
SOURCES += [
'cubeb_sun.c',
]