Bug 28893

Summary: [wx] Respect WX_CONFIG environment variable if set
Product: WebKit Reporter: Vadim Zeitlin <vz-webkit>
Component: WebKit wxAssignee: Kevin Ollivier <kevino>
Status: RESOLVED FIXED    
Severity: Minor CC: kevino
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Add support for WX_CONFIG to build-wxwebkit script none

Vadim Zeitlin
Reported 2009-09-01 15:50:20 PDT
Created attachment 38893 [details] Add support for WX_CONFIG to build-wxwebkit script It is a common convention in wx projects to use the contents of WX_CONFIG environment variable instead of just "wx-config" if it is set. In fact the makefiles generated during the build of wxWebkit already use it and work fine but the build-wxwebkit script only checks for wx-config. This simple patch updates it to check for WX_CONFIG too.
Attachments
Add support for WX_CONFIG to build-wxwebkit script (1.67 KB, patch)
2009-09-01 15:50 PDT, Vadim Zeitlin
no flags
Kevin Ollivier
Comment 1 2009-09-09 13:40:36 PDT
waf version of patch applied to WebKit trunk, thanks!
Note You need to log in before you can comment on or make changes to this bug.