Bug 97350 - [GTK] Simplify the usage of dependency CFLAGS in the makefiles
Summary: [GTK] Simplify the usage of dependency CFLAGS in the makefiles
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Martin Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-21 11:16 PDT by Martin Robinson
Modified: 2014-04-08 19:01 PDT (History)
0 users

See Also:


Attachments
Patch (17.99 KB, patch)
2012-09-21 11:30 PDT, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.