mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
media/libcubeb: Use Sun audio backend also on NetBSD
This commit is contained in:
parent
6627f8e932
commit
4637e2319c
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue