missing changes when reverting previous commit

This commit is contained in:
roytam1 2023-09-19 11:00:38 +08:00
commit 6c3db876fc
3 changed files with 3 additions and 7 deletions

View file

@ -29,13 +29,11 @@ UNIFIED_SOURCES += [
]
DIRS += [
'agnostic/eme',
'agnostic/gmp',
'omx'
]
if CONFIG['MOZ_EME']:
DIRS += ['agnostic/eme']
if CONFIG['MOZ_WMF']:
DIRS += [ 'wmf' ];