Bug 90599 - [GTK] jhbuild : pixman should have glib build dependency.
Summary: [GTK] jhbuild : pixman should have glib build dependency.
Status: RESOLVED DUPLICATE of bug 90593
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-05 03:54 PDT by Dongwoo Joshua Im (dwim)
Modified: 2012-07-05 08:23 PDT (History)
0 users

See Also:


Attachments
Patch (1.01 KB, patch)
2012-07-05 03:56 PDT, Dongwoo Joshua Im (dwim)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dongwoo Joshua Im (dwim) 2012-07-05 03:54:28 PDT
When I tried to build gtk port, I got pixman build error when the jhbuild is running. 
  - undefined reference to `g_resources_lookup_data'.
  - undefined reference to `g_resources_open_stream'
  - undefined reference to `g_resources_get_info'

If we give glib build dependency to pixman, it can be solved.
Comment 1 Dongwoo Joshua Im (dwim) 2012-07-05 03:56:38 PDT
Created attachment 150917 [details]
Patch
Comment 2 Dongwoo Joshua Im (dwim) 2012-07-05 04:10:30 PDT

*** This bug has been marked as a duplicate of bug 90593 ***