Bug 135553

Summary: [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, commit-queue, gyuyoung.kim, lucas.de.marchi, rakuco, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Ryuan Choi 2014-08-03 18:41:57 PDT
ewebkit used ewebkit-0 for DATA_INSTALL_DIR but libewebkit2.so and includes are installed in ewebkit2-0

Since WebKit1/Efl is dropped, we don't need to have two directory name.
Comment 1 Ryuan Choi 2014-08-03 18:44:00 PDT
Created attachment 235955 [details]
Patch
Comment 2 Gyuyoung Kim 2014-08-03 18:45:21 PDT
Comment on attachment 235955 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=235955&action=review

> Source/cmake/OptionsEfl.cmake:41
>  set(WebKit_OUTPUT_NAME ewebkit)

Should we continue to keep this variable ?
Comment 3 Ryuan Choi 2014-08-03 18:51:37 PDT
Created attachment 235956 [details]
Patch
Comment 4 Gyuyoung Kim 2014-08-03 18:53:38 PDT
Comment on attachment 235956 [details]
Patch

LGTM. But, WebKit_OUTPUT_NAME is being used by GTK port as well. Those look redundant too.
Comment 5 Ryuan Choi 2014-08-03 19:03:04 PDT
(In reply to comment #4)
> (From update of attachment 235956 [details])
> LGTM. But, WebKit_OUTPUT_NAME is being used by GTK port as well. Those look redundant too.

GTK port used it for DATA_BUILD_DIR but it looks also not used.
I will make the different bug for GTK port maintainers to confirm it.
Comment 6 Ryuan Choi 2014-08-03 19:12:37 PDT
Comment on attachment 235956 [details]
Patch

Clearing flags on attachment: 235956

Committed r171985: <http://trac.webkit.org/changeset/171985>
Comment 7 Ryuan Choi 2014-08-03 19:12:52 PDT
All reviewed patches have been landed.  Closing bug.