mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Rename Basilisk's webextensions component directory to better reflect what it is. Also, add an Application level configure option to disable webextensions
This commit is contained in:
parent
23b67db438
commit
6955450f7a
41 changed files with 19 additions and 1 deletions
|
|
@ -13,3 +13,16 @@ AC_SUBST(MC_BASILISK)
|
|||
|
||||
dnl Optional parts of the build.
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Disable WebExtensions
|
||||
dnl ========================================================
|
||||
MOZ_ARG_DISABLE_BOOL(browser-statusbar,
|
||||
[ --disable-webextensions Disable WebExtensions],
|
||||
MOZ_WEBEXTENSIONS=,
|
||||
MOZ_WEBEXTENSIONS=1)
|
||||
|
||||
if test -n "$MOZ_WEBEXTENSIONS"; then
|
||||
AC_DEFINE(MOZ_WEBEXTENSIONS)
|
||||
fi
|
||||
|
||||
AC_SUBST(MOZ_WEBEXTENSIONS)
|
||||
Loading…
Add table
Add a link
Reference in a new issue