[Webkit-unassigned] [Bug 101042] New: Use _LIBRARIES instead of _LIBRARY

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 2 04:01:42 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=101042

           Summary: Use _LIBRARIES instead of _LIBRARY
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: halton.huo at gmail.com
                CC: demarchi at webkit.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list