[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 13:23:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 10a5dbb175579f43f36e2ec96962060d12ba36c9
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 14 00:29:49 2010 +0000

    2010-09-13  Rafael Antognolli  <antognolli at profusion.mobi>
    
            Unreviewed build fix.
    
            [EFL] Fix build break when enabling HTML5 video support
            https://bugs.webkit.org/show_bug.cgi?id=45674
    
            The correct include variable for LibXml2 in cmake is
            LIBXML2_INCLUDE_DIR instead of LIBXML2_INCLUDE_DIRS.
    
            * CMakeListsEfl.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67424 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/efl/CMakeListsEfl.txt b/WebKit/efl/CMakeListsEfl.txt
index 2ea5ee5..8b77260 100644
--- a/WebKit/efl/CMakeListsEfl.txt
+++ b/WebKit/efl/CMakeListsEfl.txt
@@ -16,7 +16,7 @@ LIST(APPEND WebKit_INCLUDE_DIRECTORIES
     ${EDJE_INCLUDE_DIRS}
     ${EFLDEPS_INCLUDE_DIRS}
     ${EVAS_INCLUDE_DIRS}
-    ${LIBXML2_INCLUDE_DIRS}
+    ${LIBXML2_INCLUDE_DIR}
     ${LIBXSLT_INCLUDE_DIRS}
     ${SQLITE_INCLUDE_DIRS}
 )
diff --git a/WebKit/efl/ChangeLog b/WebKit/efl/ChangeLog
index 870c41b..27ab5a0 100644
--- a/WebKit/efl/ChangeLog
+++ b/WebKit/efl/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-13  Rafael Antognolli  <antognolli at profusion.mobi>
+
+        Unreviewed build fix.
+
+        [EFL] Fix build break when enabling HTML5 video support
+        https://bugs.webkit.org/show_bug.cgi?id=45674
+
+        The correct include variable for LibXml2 in cmake is
+        LIBXML2_INCLUDE_DIR instead of LIBXML2_INCLUDE_DIRS.
+
+        * CMakeListsEfl.txt:
+
 2010-09-13  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
 
         Reviewed by Kenneth Rohde Christiansen.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list