diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-17 01:01:17 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-17 01:01:17 +0200 |
commit | 80062739f40dfe232b2947ff361b014e081c1db2 (patch) | |
tree | 4eae27a486dc879d4d98064a4c4c65fac0e05950 | |
parent | 164cd3139efaae0760f5ca7d0f96faaf6b701153 (diff) | |
download | basilisk-80062739f40dfe232b2947ff361b014e081c1db2.tar.gz |
Add app-specific moz.configure example line
-rw-r--r-- | basilisk/moz.configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basilisk/moz.configure b/basilisk/moz.configure index bd82877..942fd14 100644 --- a/basilisk/moz.configure +++ b/basilisk/moz.configure @@ -4,4 +4,7 @@ # 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/. +# Specific options go here +# Example: imply_option('MOZ_AV1', True) + include('../platform/toolkit/moz.configure') |