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 wolfbeast
parent ecc0a40688
commit dcd9bbb717
+5 -6
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',
]