Bug 101042 - [EFL] Use _LIBRARIES instead of _LIBRARY
Summary: [EFL] Use _LIBRARIES instead of _LIBRARY
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-02 04:03 PDT by Halton Huo
Modified: 2012-11-04 21:34 PST (History)
5 users (show)

See Also:


Attachments
Patch (3.54 KB, patch)
2012-11-02 04:18 PDT, Halton Huo
no flags Details | Formatted Diff | Diff
Patch (3.82 KB, patch)
2012-11-04 18:50 PST, Halton Huo
no flags Details | Formatted Diff | Diff
Patch (3.73 KB, patch)
2012-11-04 20:55 PST, Halton Huo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Halton Huo 2012-11-02 04:03:06 PDT
In PlatformEfl.cmake, JPEG_LIBRARY is used to add jpeg lib. Since For modules under /usr/share/cmake/Modules, xxx_LIBRARIES is more common used than xxx_LIBRARY. Other libs like ${ICU_LIBRARIES} and ${LIBXML2_LIBRARIES} are all use xxx_LIBRARIES. So I'd like to make a change to use _LIBRARIES instead.
Comment 1 Halton Huo 2012-11-02 04:18:37 PDT
Created attachment 172031 [details]
Patch
Comment 2 Raphael Kubo da Costa (:rakuco) 2012-11-02 05:15:07 PDT
Comment on attachment 172031 [details]
Patch

Looks OK, but the ChangeLog really deserves a more detailed explanation (it's not that "LIBRARIES" is more common than "LIBRARY", but rather that the latter is intended for internal use in those two Find files).
Comment 3 Darin Adler 2012-11-02 09:59:18 PDT
Please prefix titles for port-specific patches with the port name, even if the component is port-specific too.
Comment 4 Gyuyoung Kim 2012-11-03 23:44:37 PDT
Comment on attachment 172031 [details]
Patch

r- as Raphael and Darin said.
Comment 5 Halton Huo 2012-11-04 18:50:20 PST
Created attachment 172256 [details]
Patch
Comment 6 Halton Huo 2012-11-04 18:53:13 PST
Comment on attachment 172256 [details]
Patch

Updated patch with addressing rakuco and Darin's comments on ChangeLog
Comment 7 Gyuyoung Kim 2012-11-04 20:07:55 PST
Comment on attachment 172256 [details]
Patch

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

> Source/WebCore/ChangeLog:11
> +        EFL port build pass

I think this comment is not needed.

> Source/WebKit/ChangeLog:11
> +        EFL port build pass

ditto.

> Source/WebKit2/ChangeLog:11
> +        EFL port build pass

ditto.
Comment 8 Halton Huo 2012-11-04 20:55:30 PST
Created attachment 172264 [details]
Patch
Comment 9 WebKit Review Bot 2012-11-04 21:34:20 PST
Comment on attachment 172264 [details]
Patch

Clearing flags on attachment: 172264

Committed r133432: <http://trac.webkit.org/changeset/133432>
Comment 10 WebKit Review Bot 2012-11-04 21:34:24 PST
All reviewed patches have been landed.  Closing bug.