Bug 97350

Summary: [GTK] Simplify the usage of dependency CFLAGS in the makefiles
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Martin Robinson <mrobinson>
Status: RESOLVED WONTFIX    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Martin Robinson 2012-09-21 11:16:23 PDT
Right now the dependency cflags are copied all over the place, inconsistently. We can put it in one place and make things simpler.

Note that doing this for _LIBS is a bit harder, because we want to avoid overlinking.
Comment 1 Martin Robinson 2012-09-21 11:30:57 PDT
Created attachment 165159 [details]
Patch
Comment 2 Xan Lopez 2012-09-21 12:39:17 PDT
Comment on attachment 165159 [details]
Patch

Looks great!
Comment 3 Martin Robinson 2013-02-07 16:03:55 PST
Comment on attachment 165159 [details]
Patch

This patch is out of date and has some problems as-is. So I'm just going to throw it away for now and approach it later, if it's still an issue.
Comment 4 Martin Robinson 2014-04-08 19:01:57 PDT
We use CMake now.