Title: [175808] trunk/Tools
Revision
175808
Author
[email protected]
Date
2014-11-10 07:37:29 -0800 (Mon, 10 Nov 2014)

Log Message

[EFL] Fix the test font path after r175555.

Patch by Eva Balazsfalvi <[email protected]> on 2014-11-10
Reviewed by Csaba Osztrogonác.

* WebKitTestRunner/PlatformEfl.cmake: Dependencies -> DependenciesEFL

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (175807 => 175808)


--- trunk/Tools/ChangeLog	2014-11-10 14:58:52 UTC (rev 175807)
+++ trunk/Tools/ChangeLog	2014-11-10 15:37:29 UTC (rev 175808)
@@ -1,3 +1,11 @@
+2014-11-10  Eva Balazsfalvi  <[email protected]>
+
+        [EFL] Fix the test font path after r175555.
+
+        Reviewed by Csaba Osztrogonác.
+
+        * WebKitTestRunner/PlatformEfl.cmake: Dependencies -> DependenciesEFL
+
 2014-11-10  Akos Kiss  <[email protected]>
 
         Fix the exception fuzz helper to generate targets in the correct range

Modified: trunk/Tools/WebKitTestRunner/PlatformEfl.cmake (175807 => 175808)


--- trunk/Tools/WebKitTestRunner/PlatformEfl.cmake	2014-11-10 14:58:52 UTC (rev 175807)
+++ trunk/Tools/WebKitTestRunner/PlatformEfl.cmake	2014-11-10 15:37:29 UTC (rev 175808)
@@ -77,7 +77,7 @@
 # FIXME: EFL port needs to have own test font and font configure instead of gtk test font in future
 # FIXME: DOWNLOADED_FONTS_DIR should not hardcode the directory structure.
 add_definitions(-DFONTS_CONF_DIR="${TOOLS_DIR}/WebKitTestRunner/gtk/fonts"
-                -DDOWNLOADED_FONTS_DIR="${CMAKE_SOURCE_DIR}/WebKitBuild/Dependencies/Source/webkitgtk-test-fonts")
+                -DDOWNLOADED_FONTS_DIR="${CMAKE_SOURCE_DIR}/WebKitBuild/DependenciesEFL/Source/webkitgtk-test-fonts")
 
 if (ENABLE_ACCESSIBILITY)
     list(APPEND WebKitTestRunner_INCLUDE_DIRECTORIES
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to