diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-03-01 14:26:41 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-03-01 14:26:41 -0500 |
commit | 11a8a39f6d2e057d51559c52c1bf0ba74bbfe189 (patch) | |
tree | 06ace3e2923e6ca0fafe4453dac5988c54387eb6 /devtools | |
parent | 17e72c824ed54ced83a2943237340f8d1b7b1824 (diff) | |
download | UXP-11a8a39f6d2e057d51559c52c1bf0ba74bbfe189.tar UXP-11a8a39f6d2e057d51559c52c1bf0ba74bbfe189.tar.gz UXP-11a8a39f6d2e057d51559c52c1bf0ba74bbfe189.tar.lz UXP-11a8a39f6d2e057d51559c52c1bf0ba74bbfe189.tar.xz UXP-11a8a39f6d2e057d51559c52c1bf0ba74bbfe189.zip |
Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most places
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/shared/qrcode/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/shared/qrcode/moz.build b/devtools/shared/qrcode/moz.build index 68a093b1c..41516675b 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_BUILD_APP'] != 'mobile/android': +if CONFIG['MOZ_FENNEC']: DIRS += [ 'decoder' ] |