mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
[Pale Moon] Add a configure flag to functionally disable personas at build time
This commit is contained in:
parent
db85a69fdb
commit
c135f205d9
6 changed files with 23 additions and 1 deletions
|
|
@ -36,3 +36,16 @@ MOZ_ARG_DISABLE_BOOL(sync,
|
|||
MOZ_SERVICES_SYNC=,
|
||||
MOZ_SERVICES_SYNC=1)
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Disable Lightweight Themes
|
||||
dnl ========================================================
|
||||
MOZ_ARG_DISABLE_BOOL(personas,
|
||||
[ --disable-personas Disable lightweight theme support],
|
||||
MOZ_PERSONAS=,
|
||||
MOZ_PERSONAS=1)
|
||||
|
||||
if test -n "$MOZ_PERSONAS"; then
|
||||
AC_DEFINE(MOZ_PERSONAS)
|
||||
fi
|
||||
|
||||
AC_SUBST(MOZ_PERSONAS)
|
||||
Loading…
Add table
Add a link
Reference in a new issue