Merge branch 'readonly-p4-master'
This commit is contained in:
commit
626ef903c7
|
@ -88,10 +88,16 @@ ifndef NO_FALLBACK_FONT
|
|||
#NO_FALLBACK_FONT:=true
|
||||
endif
|
||||
|
||||
# To enabled instrumentation in webcore based apps like gmail and
|
||||
# To enable instrumentation in webcore based apps like gmail and
|
||||
# the browser, define WEBCORE_INSTRUMENTATION:=true
|
||||
ifndef WEBCORE_INSTRUMENTATION
|
||||
#WEBCORE_INSTRUMENTATION:=true
|
||||
#endif
|
||||
endif
|
||||
|
||||
# To enable SVG in webcore define ENABLE_SVG:=true
|
||||
ifndef ENABLE_SVG
|
||||
#ENABLE_SVG:=true
|
||||
endif
|
||||
|
||||
# when the build system changes such that this file must be updated, this
|
||||
# variable will be changed. After you have modified this file with the new
|
||||
|
|
Loading…
Reference in New Issue