Title: [246035] trunk/Source/WebDriver
Revision
246035
Author
[email protected]
Date
2019-06-03 07:28:19 -0700 (Mon, 03 Jun 2019)

Log Message

REGRESSION(r245567): [GTK][WPE] [2.25.1] WebKitWebDriver gets installed as WebDriver
https://bugs.webkit.org/show_bug.cgi?id=198480

Patch by Carlos Garcia Campos <[email protected]> on 2019-06-03
Reviewed by Michael Catanzaro.

We are now using the WEBKIT_EXECUTABLE macro that uses target_OUTPUT_NAME variable, but we define
taget_Process_OUTPUT_NAME.

* PlatformGTK.cmake:
* PlatformWPE.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebDriver/ChangeLog (246034 => 246035)


--- trunk/Source/WebDriver/ChangeLog	2019-06-03 11:34:20 UTC (rev 246034)
+++ trunk/Source/WebDriver/ChangeLog	2019-06-03 14:28:19 UTC (rev 246035)
@@ -1,3 +1,16 @@
+2019-06-03  Carlos Garcia Campos  <[email protected]>
+
+        REGRESSION(r245567): [GTK][WPE] [2.25.1] WebKitWebDriver gets installed as WebDriver
+        https://bugs.webkit.org/show_bug.cgi?id=198480
+
+        Reviewed by Michael Catanzaro.
+
+        We are now using the WEBKIT_EXECUTABLE macro that uses target_OUTPUT_NAME variable, but we define
+        taget_Process_OUTPUT_NAME.
+
+        * PlatformGTK.cmake:
+        * PlatformWPE.cmake:
+
 2019-05-31  Don Olmstead  <[email protected]>
 
         [CMake] Add WebKit::WTF target

Modified: trunk/Source/WebDriver/PlatformGTK.cmake (246034 => 246035)


--- trunk/Source/WebDriver/PlatformGTK.cmake	2019-06-03 11:34:20 UTC (rev 246034)
+++ trunk/Source/WebDriver/PlatformGTK.cmake	2019-06-03 14:28:19 UTC (rev 246035)
@@ -1,4 +1,4 @@
-set(WebDriver_Process_OUTPUT_NAME WebKitWebDriver)
+set(WebDriver_OUTPUT_NAME WebKitWebDriver)
 
 add_definitions(-DLIBEXECDIR="${CMAKE_INSTALL_FULL_LIBEXECDIR}")
 

Modified: trunk/Source/WebDriver/PlatformWPE.cmake (246034 => 246035)


--- trunk/Source/WebDriver/PlatformWPE.cmake	2019-06-03 11:34:20 UTC (rev 246034)
+++ trunk/Source/WebDriver/PlatformWPE.cmake	2019-06-03 14:28:19 UTC (rev 246035)
@@ -1,4 +1,4 @@
-set(WebDriver_Process_OUTPUT_NAME WPEWebDriver)
+set(WebDriver_OUTPUT_NAME WPEWebDriver)
 
 list(APPEND WebDriver_SYSTEM_INCLUDE_DIRECTORIES
     "${GLIB_INCLUDE_DIRS}"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to