Changeset 139052 in webkit


Ignore:
Timestamp:
Jan 8, 2013 5:28:41 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[Qt] Fix libxml2 config test
https://bugs.webkit.org/show_bug.cgi?id=106317

Patch by Heikki Paajanen <heikki.paajanen@palm.com> on 2013-01-08
Reviewed by Simon Hausmann.

Don't assume standard include/libxml2, libxml-2.0.pc should know
where it's headers are.

  • qmake/config.tests/libxml2/libxml2.cpp: Fix include
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r139048 r139052  
     12013-01-08  Heikki Paajanen  <heikki.paajanen@palm.com>
     2
     3        [Qt] Fix libxml2 config test
     4        https://bugs.webkit.org/show_bug.cgi?id=106317
     5
     6        Reviewed by Simon Hausmann.
     7
     8        Don't assume standard include/libxml2, libxml-2.0.pc should know
     9        where it's headers are.
     10
     11        * qmake/config.tests/libxml2/libxml2.cpp: Fix include
     12
    1132013-01-08  Zan Dobersek  <zandobersek@gmail.com>
    214
  • trunk/Tools/qmake/config.tests/libxml2/libxml2.cpp

    r114240 r139052  
    2424 */
    2525
    26 #include <libxml2/libxml/xmlreader.h>
     26#include <libxml/xmlreader.h>
    2727
    2828int main(int, char**)
Note: See TracChangeset for help on using the changeset viewer.