Bug 116852

Summary: [EFL] pc files should have harfbuzz dependency.
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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>