Bug 84313 - [Qt] Fix Qt-Mac build after libxml patch
Summary: [Qt] Fix Qt-Mac build after libxml patch
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Noam Rosenthal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-18 20:38 PDT by Noam Rosenthal
Modified: 2012-04-19 06:12 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.34 KB, patch)
2012-04-18 20:43 PDT, Noam Rosenthal
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Noam Rosenthal 2012-04-18 20:38:26 PDT
[Qt] Fix Qt-Mac build after libxml patch
Comment 1 Noam Rosenthal 2012-04-18 20:43:23 PDT
Created attachment 137832 [details]
Patch
Comment 2 Simon Hausmann 2012-04-19 03:36:50 PDT
Comment on attachment 137832 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=137832&action=review

> Source/WebCore/WebCore.pri:118
> +            LIBS += -lxml2 -lxslt

Shouldn't it be the other way around? pkg-config --libs prints -lxslt -lxml2 for me.
Comment 3 WebKit Review Bot 2012-04-19 06:11:57 PDT
Comment on attachment 137832 [details]
Patch

Clearing flags on attachment: 137832

Committed r114627: <http://trac.webkit.org/changeset/114627>
Comment 4 WebKit Review Bot 2012-04-19 06:12:07 PDT
All reviewed patches have been landed.  Closing bug.