Title: [96612] trunk/Source
Revision
96612
Author
commit-qu...@webkit.org
Date
2011-10-04 11:04:21 -0700 (Tue, 04 Oct 2011)

Log Message

[EFL] Fix compilation when SQLite and/or libxslt are not installed in /usr/include
https://bugs.webkit.org/show_bug.cgi?id=69338

Unreviewed build fix

Patch by Rémi Duraffort <remi.duraff...@st.com> on 2011-10-04

Source/WebCore:

* CMakeListsEfl.txt:

Source/WebKit/efl:

* CMakeListsEfl.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeListsEfl.txt (96611 => 96612)


--- trunk/Source/WebCore/CMakeListsEfl.txt	2011-10-04 18:02:41 UTC (rev 96611)
+++ trunk/Source/WebCore/CMakeListsEfl.txt	2011-10-04 18:04:21 UTC (rev 96612)
@@ -242,8 +242,8 @@
   ${FREETYPE_INCLUDE_DIRS}
   ${ICU_INCLUDE_DIRS}
   ${LIBXML2_INCLUDE_DIR}
-  ${LIBXSLT_INCLUDE_DIRS}
-  ${SQLITE_INCLUDE_DIRS}
+  ${LIBXSLT_INCLUDE_DIR}
+  ${SQLITE_INCLUDE_DIR}
 )
 
 IF (ENABLE_VIDEO)

Modified: trunk/Source/WebCore/ChangeLog (96611 => 96612)


--- trunk/Source/WebCore/ChangeLog	2011-10-04 18:02:41 UTC (rev 96611)
+++ trunk/Source/WebCore/ChangeLog	2011-10-04 18:04:21 UTC (rev 96612)
@@ -1,3 +1,12 @@
+2011-10-04  Rémi Duraffort  <remi.duraff...@st.com>
+
+        [EFL] Fix compilation when SQLite and/or libxslt are not installed in /usr/include
+        https://bugs.webkit.org/show_bug.cgi?id=69338
+
+        Unreviewed build fix
+
+        * CMakeListsEfl.txt:
+
 2011-10-03 Ken Buchanan <ke...@chromium.org>
 
         Resource loader should block HTTP redirects to local resources

Modified: trunk/Source/WebKit/efl/CMakeListsEfl.txt (96611 => 96612)


--- trunk/Source/WebKit/efl/CMakeListsEfl.txt	2011-10-04 18:02:41 UTC (rev 96611)
+++ trunk/Source/WebKit/efl/CMakeListsEfl.txt	2011-10-04 18:04:21 UTC (rev 96612)
@@ -18,8 +18,8 @@
     ${EFLDEPS_INCLUDE_DIRS}
     ${EVAS_INCLUDE_DIRS}
     ${LIBXML2_INCLUDE_DIR}
-    ${LIBXSLT_INCLUDE_DIRS}
-    ${SQLITE_INCLUDE_DIRS}
+    ${LIBXSLT_INCLUDE_DIR}
+    ${SQLITE_INCLUDE_DIR}
 )
 
 IF (ENABLE_VIDEO)

Modified: trunk/Source/WebKit/efl/ChangeLog (96611 => 96612)


--- trunk/Source/WebKit/efl/ChangeLog	2011-10-04 18:02:41 UTC (rev 96611)
+++ trunk/Source/WebKit/efl/ChangeLog	2011-10-04 18:04:21 UTC (rev 96612)
@@ -1,3 +1,12 @@
+2011-10-04  Rémi Duraffort  <remi.duraff...@st.com>
+
+        [EFL] Fix compilation when SQLite and/or libxslt are not installed in /usr/include
+        https://bugs.webkit.org/show_bug.cgi?id=69338
+
+        Unreviewed build fix
+
+        * CMakeListsEfl.txt:
+
 2011-10-03  Ryuan Choi  <ryuan.c...@samsung.com>
 
         [EFL] Rename ewk_tiled_*.c to ewk_tiled_*.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to