Bug 922460 followup - Don't build layout/media/webrtc in disable-webrtc builds. r=ted granted over IRC

This commit is contained in:
Mike Hommey 2013-10-11 11:27:14 -07:00
parent fed5b2af52
commit 9d7746f0c6

View File

@ -8,4 +8,5 @@ MODULE = 'layout'
LIBRARY_NAME = 'gkmedias'
DIRS += ['webrtc']
if CONFIG['MOZ_WEBRTC']:
DIRS += ['webrtc']