Bug 198480 - REGRESSION(r245567): [GTK][WPE] [2.25.1] WebKitWebDriver gets installed as WebDriver
Summary: REGRESSION(r245567): [GTK][WPE] [2.25.1] WebKitWebDriver gets installed as We...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-03 01:30 PDT by Alberto Garcia
Modified: 2019-06-03 07:28 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2019-06-03 06:21 PDT, Carlos Garcia Campos
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 2019-06-03 01:30:37 PDT
The latest release of WebKitGTK installs the WebKitWebDriver binary as /usr/bin/WebDriver
Comment 1 Michael Catanzaro 2019-06-03 05:38:56 PDT
Should be /usr/bin/WebKitWebDriver
Comment 2 Carlos Garcia Campos 2019-06-03 06:20:07 PDT
We are now using the WEBKIT_EXECUTABLE macro that uses target_OUTPUT_NAME variable, but we define taget_Process_OUTPUT_NAME
Comment 3 Carlos Garcia Campos 2019-06-03 06:21:31 PDT
Created attachment 371187 [details]
Patch
Comment 4 Alberto Garcia 2019-06-03 07:21:22 PDT
I confirm that the patch works
Comment 5 Alberto Garcia 2019-06-03 07:28:29 PDT
Committed r246035: <https://trac.webkit.org/changeset/246035>