summaryrefslogtreecommitdiffstats
path: root/devtools/shared/qrcode/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/shared/qrcode/moz.build')
-rw-r--r--devtools/shared/qrcode/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/shared/qrcode/moz.build b/devtools/shared/qrcode/moz.build
index 41516675b..c9493a538 100644
--- a/devtools/shared/qrcode/moz.build
+++ b/devtools/shared/qrcode/moz.build
@@ -9,7 +9,7 @@ DIRS += [
]
# Save file size on Fennec until there are active plans to use the decoder there
-if CONFIG['MOZ_FENNEC']:
+if not CONFIG['MOZ_FENNEC']:
DIRS += [
'decoder'
]