Mork is not dependent on dbm and never was.

This commit is contained in:
Matt A. Tobin 2020-02-28 15:01:37 -05:00 committed by Roy Tam
commit dad2b31c83

View file

@ -3,9 +3,8 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
if not CONFIG['NSS_DISABLE_DBM'] and CONFIG['MOZ_MORK']:
DIRS += [
'public',
'src',
'build',
]
DIRS += [
'public',
'src',
'build',
]