mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 614732 part 1. Add the build time flag MOZ_SVG_DLISTS that everything that follows can be put behind. r=ted.
This commit is contained in:
parent
5649b35243
commit
5e3416e723
@ -259,6 +259,7 @@ MOZ_CSS_ANIMATIONS = @MOZ_CSS_ANIMATIONS@
|
||||
MOZ_PERMISSIONS = @MOZ_PERMISSIONS@
|
||||
MOZ_XTF = @MOZ_XTF@
|
||||
MOZ_SVG = @MOZ_SVG@
|
||||
MOZ_SVG_DLISTS = @MOZ_SVG_DLISTS@
|
||||
MOZ_CAIRO_CFLAGS = @MOZ_CAIRO_CFLAGS@
|
||||
MOZ_SMIL = @MOZ_SMIL@
|
||||
MOZ_XSLT_STANDALONE = @MOZ_XSLT_STANDALONE@
|
||||
|
@ -4836,6 +4836,7 @@ MOZ_SPELLCHECK=1
|
||||
MOZ_SPLASHSCREEN=
|
||||
MOZ_STORAGE=1
|
||||
MOZ_SVG=1
|
||||
MOZ_SVG_DLISTS=
|
||||
MOZ_THUMB2=
|
||||
MOZ_TIMELINE=
|
||||
MOZ_TOOLKIT_SEARCH=1
|
||||
@ -6407,6 +6408,13 @@ dnl Keeping AC_DEFINE(MOZ_SVG) for the moment in case of something needs it.
|
||||
dnl ========================================================
|
||||
AC_DEFINE(MOZ_SVG)
|
||||
|
||||
dnl ========================================================
|
||||
dnl SVG Display Lists
|
||||
dnl ========================================================
|
||||
if test -n "$MOZ_SVG_DLISTS"; then
|
||||
AC_DEFINE(MOZ_SVG_DLISTS)
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
dnl SMIL
|
||||
dnl ========================================================
|
||||
|
Loading…
Reference in New Issue
Block a user