Bug 911450 - fix webrtc signaling tests build on OpenBSD. r=jesup r=rbarker r=glandium

This commit is contained in:
Landry Breuil 2015-05-07 04:35:00 +02:00
parent 61ffae0768
commit b4d523e04e

View File

@ -55,4 +55,8 @@ if CONFIG['OS_TARGET'] == 'Android':
'freetype',
]
if CONFIG['OS_TARGET'] == 'OpenBSD':
OS_LIBS += ['sndio']
USE_LIBS += ['mozglue']