Bug 116852 - [EFL] pc files should have harfbuzz dependency.
Summary: [EFL] pc files should have harfbuzz dependency.
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: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-28 00:04 PDT by Ryuan Choi
Modified: 2013-05-28 00:22 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.54 KB, patch)
2013-05-28 00:08 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2013-05-28 00:04:10 PDT
In IRC, I saw below communications.

<ya-kov> /usr/local/lib/libewebkit.so: undefined reference to `hb_icu_script_to_script'
<ya-kov> /usr/local/lib/libewebkit.so: undefined reference to `hb_icu_get_unicode_funcs'
<ya-kov> why does it happens? I think: because libewebkit.so uses libharfbuzz, but doesn't include it explicitly
<ya-kov> so when I add harfbuzz into ewebkit.pc - everything is ok

Because Efl port are using harfbuzz. harfbuzz should be in ewebkit.pc and ewebkit2.pc
Comment 1 Ryuan Choi 2013-05-28 00:08:22 PDT
Created attachment 203025 [details]
Patch
Comment 2 Gyuyoung Kim 2013-05-28 00:15:15 PDT
Comment on attachment 203025 [details]
Patch

LGTM.
Comment 3 Ryuan Choi 2013-05-28 00:18:15 PDT
Committed r150790: <http://trac.webkit.org/changeset/150790>