[Webkit-unassigned] [Bug 143767] [W32] Configure may misdetect ICU libraries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 10:06:41 PDT 2015


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

LRN <lrn1986 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #250813|                            |review?
              Flags|                            |

--- Comment #1 from LRN <lrn1986 at gmail.com> ---
Created attachment 250813
  --> https://bugs.webkit.org/attachment.cgi?id=250813&action=review
Try to use pkg-config to detect ICU libraries

MinGW packages tend to have .pc files these days. Use them.

ICU naming and structure is complex enough to warrant this, and asking
pkg-config might result in things like
UNICODE_LIBS="-licui18n54 -licuuc54 -licudata54"
instead of the default
UNICODE_LIBS="-licui18n -licuuc"
and pkg-config usually knows best.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150415/bb612e9f/attachment-0001.html>


More information about the webkit-unassigned mailing list