[Webkit-unassigned] [Bug 32987] Add build option ENABLE_XHTMLMP to Mac, GTK, and Chromium build systems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 13:44:20 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=32987





--- Comment #7 from Csaba Osztrogonac <ossy at webkit.org>  2010-01-04 13:44:19 PST ---
WebKitTools/Scripts/build-webkit script pass to Qt build system if XHTML-MP is
enabled or disabled. Now it is disabled by default, you can enable explicitly
with: WebKitTools/Scripts/build-webkit --xhtmlmp

If you would like to use different default value for Qt port, you should put
one of this line into WebCore.pro

!contains(DEFINES, ENABLE_XHTMLMP=.): DEFINES += ENABLE_XHTMLMP=0
or
!contains(DEFINES, ENABLE_XHTMLMP=.): DEFINES += ENABLE_XHTMLMP=1

Irrespectively of this modification, you can use --xhtmlmp and --no-xhtmlmp to
toggle XHTML-MP support.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list