summaryrefslogtreecommitdiffstats
path: root/webbrowser/confvars.sh
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-04-20 21:51:13 -0700
committerThomas Groman <tgroman@nuegia.net>2020-04-20 21:51:13 -0700
commit0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f (patch)
tree8e92855ca319d80b5a226e3343b97c2b4473a846 /webbrowser/confvars.sh
parentc51a3327b19aadbbc4467263c715d585aef3ca79 (diff)
downloadwebbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar
webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar.gz
webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar.lz
webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar.xz
webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.zip
make webbrowser build with comm configuration and remove more Windows cruft
Diffstat (limited to 'webbrowser/confvars.sh')
-rw-r--r--webbrowser/confvars.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/webbrowser/confvars.sh b/webbrowser/confvars.sh
index d3f6756..2968529 100644
--- a/webbrowser/confvars.sh
+++ b/webbrowser/confvars.sh
@@ -33,8 +33,9 @@ MOZ_APP_STATIC_INI=1
# Changing MOZ_*BRANDING_DIRECTORY requires a clobber because branding
# dependencies are broken.
# MOZ_APP_DISPLAYNAME will be set by [branding]/configure.sh
-MOZ_BRANDING_DIRECTORY=$MOZ_BUILD_APP/branding/unofficial
-MOZ_OFFICIAL_BRANDING_DIRECTORY=$MOZ_BUILD_APP/branding/official
+MOZ_BRANDING_DIRECTORY=webbrowser/branding/unofficial
+# No official branding right now so comment this out
+#MOZ_OFFICIAL_BRANDING_DIRECTORY=webbrowser/branding/official
# Enables conditional code in the platform for Pale Moon only
MC_PALEMOON=1